Skip to content

Commit

Permalink
Updated Makefile to remove build dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh committed Aug 1, 2012
1 parent 677e3b1 commit 8d95cea
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
@@ -1,6 +1,7 @@

clear:
find . | grep --regexp '.pyc$$' | xargs rm
rm -rf build

upload: pypi

Expand Down

0 comments on commit 8d95cea

Please sign in to comment.