mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
enhance clean target
This commit is contained in:
parent
771cb11378
commit
d0f013475e
2 changed files with 5 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -139,3 +139,4 @@ clean:
|
||||||
./wadinfo.txt ./wadinfo_sw.txt \
|
./wadinfo.txt ./wadinfo_sw.txt \
|
||||||
./wadinfo_freedm.txt ./wadinfo_iwad.txt
|
./wadinfo_freedm.txt ./wadinfo_iwad.txt
|
||||||
make -C lumps clean
|
make -C lumps clean
|
||||||
|
make -C graphics/titlepic clean
|
||||||
|
|
|
@ -6,3 +6,7 @@ freedoom.ppm: base.ppm
|
||||||
freedm.ppm: base.ppm
|
freedm.ppm: base.ppm
|
||||||
./create_caption FreeDM $@
|
./create_caption FreeDM $@
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f freedm.ppm freedoom.ppm
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue