enhance clean target

master
Jon Dowland 2006-06-13 21:24:45 +00:00
parent 771cb11378
commit d0f013475e
2 changed files with 5 additions and 0 deletions

View File

@ -139,3 +139,4 @@ clean:
./wadinfo.txt ./wadinfo_sw.txt \
./wadinfo_freedm.txt ./wadinfo_iwad.txt
make -C lumps clean
make -C graphics/titlepic clean

View File

@ -6,3 +6,7 @@ freedoom.ppm: base.ppm
freedm.ppm: base.ppm
./create_caption FreeDM $@
clean:
rm -f freedm.ppm freedoom.ppm
.PHONY: clean