Skip to content

Commit

Permalink
Adds removal of files to 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp committed Jan 6, 2016
1 parent ad57265 commit 152b50f
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 @@ -7,6 +7,7 @@ clean:
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
rm -rf .tox
rm -f .coverage coverage.xml

editable:
pip install --editable .
Expand Down

0 comments on commit 152b50f

Please sign in to comment.