summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 589b3f6..6306781 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,11 @@ DESTDIR="" # leave empty for the current system or provide a fakeroot here
PREFIX="/usr"
-.PHONY: install
+.PHONY: clean install
+
+
+clean:
+ find . -type d -iname '__pycache__' -exec rm -rf {} +;
install: