1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-03-25 23:31:40 +00:00

Makefiles: make more clean

This commit is contained in:
Vince Weaver 2016-05-27 01:56:42 -04:00
parent 89ed5e98a6
commit 7898dfd373
2 changed files with 2 additions and 2 deletions

@ -18,6 +18,6 @@ clean:
cd asoft_presenter && make clean
cd dos33fs-utils && make clean
cd hgr-utils && make clean
rm *~
rm -f *~
test:

@ -95,4 +95,4 @@ VAB.HGR: vab.pcx
$(PCX2HGR) vab.pcx > VAB.HGR
clean:
rm -f *~ *.HGR
rm -f *~ *.HGR *.SHAPE