Skip to content

Commit

Permalink
Spruce up clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Dec 21, 2016
1 parent 4994f85 commit 837f6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ loc:
cloc tests/test_*.py

clean:
find . -type d -name __pycache__ -maxdepth 2 -exec rm -r {} \;
rm -rf tag.egg-info/
find . -type d -name '*__pycache__*' -maxdepth 2 -exec rm -r {} \;
rm -rf tag.egg-info/ build/ dist/

0 comments on commit 837f6f6

Please sign in to comment.