mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-23 05:29:03 +00:00
12 lines
93 B
Makefile
12 lines
93 B
Makefile
include Makefile.inc
|
|
|
|
all:
|
|
|
|
install:
|
|
|
|
clean:
|
|
cd asm_routines && make clean
|
|
rm -f *~
|
|
|
|
test:
|