mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 23:20:43 +00:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
all:
|
|
cd snowflake && make
|
|
cd starfield && make
|
|
|
|
clean:
|
|
cd snowflake && make clean
|
|
cd starfield && make clean
|
|
rm -f *~
|