mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-08 12:30:47 +00:00
10 lines
72 B
Makefile
10 lines
72 B
Makefile
all:
|
|
cd l9_swim && make
|
|
|
|
clean:
|
|
rm -f *~
|
|
cd l9_swim && make clean
|
|
|
|
|
|
|