mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-17 14:12:58 +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 *~
|