Skip to content

Commit

Permalink
Clean up some extra stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgross committed May 20, 2014
1 parent 0f8a4be commit 2e07439
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
Expand Up @@ -45,7 +45,7 @@ clean:
@find . -name '*.pyc' -delete
@find . -name '*.so' -delete
@find . -name __pycache__ -delete
@rm -rf .coverage *.egg-info *.log build dist MANIFEST htmlcov
@rm -rf .coverage *.egg-info *.log build dist MANIFEST htmlcov .DS_Store .build.log

publish:
@if [ -e "$$HOME/.pypirc" ]; then \
Expand Down

0 comments on commit 2e07439

Please sign in to comment.