Introduction
Introduction Statistics Contact Development Disclaimer Help
Update make clean to delete generated packages - toot - Unnamed repository; edi…
Log
Files
Refs
LICENSE
---
commit 209b3f5403ce44e1b500ae3b11a8c6ee0f70052a
parent e5d48c36ad0abf517fa8527a61453df01e03abf6
Author: Ivan Habunek <[email protected]>
Date: Tue, 14 Nov 2017 08:14:27 +0100
Update make clean to delete generated packages
Diffstat:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -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/*
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.