1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Update make clean to delete generated packages

This commit is contained in:
Ivan Habunek 2017-11-14 08:14:27 +01:00
parent e5d48c36ad
commit 209b3f5403
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -13,7 +13,7 @@ dist :
clean :
find . -name "*pyc" | xargs rm -rf $1
rm -rf build dist *.egg-info MANIFEST htmlcov deb_dist
rm -rf build dist *.egg-info MANIFEST htmlcov deb_dist toot*.tar.gz
publish :
twine upload dist/*