dos33fsprogs/Makefile
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

12 lines
93 B
Makefile

include Makefile.inc
all:
install:
clean:
cd asm_routines && make clean
rm -f *~
test: