Introduction
Introduction Statistics Contact Development Disclaimer Help
Clear pyc files on `make clean` - toot - Unnamed repository; edit this file 'de…
Log
Files
Refs
LICENSE
---
commit f816c6adfe55142ec9e4b568ae539813292dda54
parent 44983ff95ea8f0c4e68d9d84dd33f136aef9cef9
Author: Ivan Habunek <[email protected]>
Date: Mon, 24 Apr 2017 16:24:43 +0200
Clear pyc files on `make clean`
Diffstat:
Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/Makefile b/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 :
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.