mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-08 12:30:47 +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 *~
|