Skip to content

Commit

Permalink
Update make clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Mar 6, 2014
1 parent a49a92e commit 670ad38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ release:
$(PYTHON) setup.py sdist upload

clean:
rm -rf build dist MANIFEST
rm -rf build dist MANIFEST install.txt
rm -rf .coverage htmlcov
rm -rf *.png
find . -name "__pycache__" -exec rm -r {} +

0 comments on commit 670ad38

Please sign in to comment.