mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-22 04:30:38 +00:00
7 lines
75 B
Makefile
7 lines
75 B
Makefile
|
all:
|
||
|
cd l14_arena && make
|
||
|
|
||
|
clean:
|
||
|
rm -f *~
|
||
|
cd l14_arena && make clean
|