kopia lustrzana https://github.com/ihabunek/toot
Clear pyc files on `make clean`
rodzic
44983ff95e
commit
f816c6adfe
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ dist :
|
|||
@echo "\nDone."
|
||||
|
||||
clean :
|
||||
find . -name "*pyc" | xargs rm -rf $1
|
||||
rm -rf build dist *.egg-info MANIFEST htmlcov
|
||||
|
||||
publish :
|
||||
|
|
Ładowanie…
Reference in New Issue