mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13: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 \
|
||||
credtext.png credtext2.png credit.gif \
|
||||
dmwilv*.gif
|
||||
rm -fr __pycache__
|
||||
|
|
|
@ -3,4 +3,4 @@ ultramid.ini : gen-ultramid config.py stats.py
|
|||
|
||||
clean:
|
||||
rm -f ultramid.ini *.pyc
|
||||
|
||||
rm -fr __pycache__
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
genmidi.lmp: config.py instruments/*
|
||||
./mkgenmidi $@
|
||||
|
||||
clean:
|
||||
rm -f genmidi.lmp *.pyc
|
||||
|
||||
rm -fr __pycache__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue