Skip to content

Commit

Permalink
Clean more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleissin committed Nov 2, 2018
1 parent de5dfd5 commit 9bc15d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -4,5 +4,7 @@ clean:
-rm -rf dist
-rm -rf nano.egg-info
-rm -rf htmlcov .coverage
-find . -path ./.tox -prune -o -name '*.pyc' -exec rm -rf {} \;
-find . -name "*.py?" -delete
-find . -name __pycache__ -delete
-find . -path ./.tox -prune -o -name '*.py?' -exec rm -rf {} \;
-find . -path ./.tox -prune -o -type d -empty -exec rmdir {} \;

0 comments on commit 9bc15d1

Please sign in to comment.