mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Makefile: Make sure all built files are removed in make clean
.
This commit is contained in:
parent
a0e65f7fed
commit
c6235d6ffc
6 changed files with 14 additions and 10 deletions
|
@ -171,8 +171,10 @@ wivctms.gif:
|
|||
cp $@ ../
|
||||
|
||||
clean:
|
||||
rm -f $(TEXTGEN_GRAPHICS) helpbg.png help.gif \
|
||||
helptext.png helptext2.png graphics.stamp *.pyc \
|
||||
credtext.png credtext2.png credit.gif \
|
||||
dmwilv*.gif wikilrs.gif wivctms.gif wikilrs_horiz.png
|
||||
rm -f $(TEXTGEN_GRAPHICS) helpbg.png help.gif helptext.png \
|
||||
helptext2.png graphics.stamp *.pyc credtext.png \
|
||||
credtext2.png credit.gif dmwilv*.gif wikilrs.gif \
|
||||
wivctms.gif wikilrs_horiz.png ../credit.gif ../help.gif \
|
||||
../wikilrs.gif ../wivctms.gif
|
||||
for graphic in $(TEXTGEN_GRAPHICS); do rm -f ../$$graphic; done
|
||||
rm -fr __pycache__
|
||||
|
|
|
@ -19,6 +19,7 @@ fdmtitle.gif: ../captainw/fdmtitle.gif
|
|||
cp $@ ../
|
||||
|
||||
clean:
|
||||
rm -f m_dm.gif m_doom.gif fd1title.gif fd2title.gif fdmtitle.gif
|
||||
rm -f m_dm.gif m_doom.gif fd1title.gif fd2title.gif fdmtitle.gif \
|
||||
../fd1title.gif ../fd2title.gif ../fdmtitle.gif
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue