Skip to content

Commit

Permalink
bak
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnever committed Oct 6, 2015
1 parent 5945c3e commit c082d6a
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 @@ -4,7 +4,7 @@ test: run-tests
clean-pyc:
find . -type f -name '*.pyc' -exec rm -f {} +
find . -type f -name '*.pyo' -exec rm -f {} +
find . -type f -name '*~' -exec rm -f {} +
find . -type f -name '*.~' -exec rm -f {} +
find . -type d -name '__pycache__' -exec rm -rf {} +

run-tests:
Expand Down

0 comments on commit c082d6a

Please sign in to comment.