Skip to content

Commit

Permalink
Autocommit from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rahlk committed Mar 16, 2019
1 parent 8c223eb commit 600c634
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
Expand Up @@ -12,6 +12,7 @@ clean:
@echo "Cleaning *.pyc, *.DS_Store, and other junk files..."
@- find . -name '*.pyc' -exec rm -f {} +
@- find . -name '*.pyo' -exec rm -f {} +
@- find . -name '.DS_Store' -exec rm -f {} +
@- find . -name '__pycache__' -exec rm -rf {} +
@echo ""

Expand Down

0 comments on commit 600c634

Please sign in to comment.