Skip to content

Commit

Permalink
delete some more things in 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Sep 18, 2015
1 parent 2067389 commit 9abb96d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ clean:
rm -rf MANIFEST
rm -rf build
rm -rf dist
rm -rf *.egg
rm -rf *.egg-info
find . -name "*.pyc" -delete
find . -name ".DS_Store" -delete

test:
python -W ignore::RuntimeWarning $(MANAGE) test django_object_actions
Expand Down

0 comments on commit 9abb96d

Please sign in to comment.