Cleanup __pycache__ directories with "make clean"

This commit is contained in:
Mike Swanson 2014-10-29 00:37:42 -07:00
parent d088713415
commit 90fd6b1686
3 changed files with 3 additions and 3 deletions

View file

@ -144,3 +144,4 @@ clean:
helptext.png helptext2.png graphics.stamp *.pyc \
credtext.png credtext2.png credit.gif \
dmwilv*.gif
rm -fr __pycache__

View file

@ -3,4 +3,4 @@ ultramid.ini : gen-ultramid config.py stats.py
clean:
rm -f ultramid.ini *.pyc
rm -fr __pycache__

View file

@ -1,7 +1,6 @@
genmidi.lmp: config.py instruments/*
./mkgenmidi $@
clean:
rm -f genmidi.lmp *.pyc
rm -fr __pycache__