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

View File

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

View File

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