dos33fsprogs/Makefile
2021-01-05 16:13:43 -05:00

15 lines
161 B
Makefile

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