Clear pyc files on `make clean`

This commit is contained in:
Ivan Habunek 2017-04-24 16:24:43 +02:00
parent 44983ff95e
commit f816c6adfe
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dist :
@echo "\nDone."
clean :
find . -name "*pyc" | xargs rm -rf $1
rm -rf build dist *.egg-info MANIFEST htmlcov
publish :