mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
15 lines
161 B
Makefile
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:
|