mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
b1238af49d
this will probably upset people
12 lines
93 B
Makefile
12 lines
93 B
Makefile
include Makefile.inc
|
|
|
|
all:
|
|
|
|
install:
|
|
|
|
clean:
|
|
cd asm_routines && make clean
|
|
rm -f *~
|
|
|
|
test:
|