mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-25 17:29:26 +00:00
8 lines
74 B
Makefile
8 lines
74 B
Makefile
all:
|
|
cd l8_crawl && make
|
|
|
|
clean:
|
|
rm -f *~
|
|
cd l8_crawl && make clean
|
|
|