mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Cleanup __pycache__ directories with "make clean"
This commit is contained in:
parent
d088713415
commit
90fd6b1686
3 changed files with 3 additions and 3 deletions
|
@ -144,3 +144,4 @@ clean:
|
||||||
helptext.png helptext2.png graphics.stamp *.pyc \
|
helptext.png helptext2.png graphics.stamp *.pyc \
|
||||||
credtext.png credtext2.png credit.gif \
|
credtext.png credtext2.png credit.gif \
|
||||||
dmwilv*.gif
|
dmwilv*.gif
|
||||||
|
rm -fr __pycache__
|
||||||
|
|
|
@ -3,4 +3,4 @@ ultramid.ini : gen-ultramid config.py stats.py
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ultramid.ini *.pyc
|
rm -f ultramid.ini *.pyc
|
||||||
|
rm -fr __pycache__
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
genmidi.lmp: config.py instruments/*
|
genmidi.lmp: config.py instruments/*
|
||||||
./mkgenmidi $@
|
./mkgenmidi $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f genmidi.lmp *.pyc
|
rm -f genmidi.lmp *.pyc
|
||||||
|
rm -fr __pycache__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue