Skip to content

Commit

Permalink
Remove __pycache__ folders when running cleanall
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Jun 7, 2014
1 parent c433b6b commit 28021b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cleanall: clean cleanmeta cleanegg
-find . -type f -name "*.rej" -exec rm -f "{}" \;
-find . -type f -name "*.pyc" -exec rm -f "{}" \;
-find . -type f -name "*.parse-index" -exec rm -f "{}" \;
-find . -type d -name "__pycache__" -exec rm -rf "{}" \;

test:
python runtests.py
Expand Down

0 comments on commit 28021b9

Please sign in to comment.