dos33fsprogs/Makefile

15 lines
161 B
Makefile
Raw Normal View History

include Makefile.inc
2003-05-01 20:53:00 +00:00
all:
2021-01-05 21:13:43 +00:00
cd utils && make
2003-05-01 20:53:00 +00:00
install:
2021-01-05 21:13:43 +00:00
cd utils && make install
clean:
cd asm_routines && make clean
2021-01-05 21:13:43 +00:00
cd utils && make clean
2016-05-27 05:56:42 +00:00
rm -f *~
2012-05-04 20:03:10 +00:00
test: