Skip to content

Commit

Permalink
Added build directory to makefile clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 13, 2013
1 parent 0817566 commit 755f9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clean:
rm -rf .coverage cover nosetests.xml coverage.xml .tox *.egg-info dist
rm -rf .coverage cover nosetests.xml coverage.xml .tox *.egg-info dist build
find . -name '*.pyc' -exec rm '{}' ';'
find . -name '__pycache__' -exec rm -rf {} \;

0 comments on commit 755f9a3

Please sign in to comment.