summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d16f5a..835d263 100644
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,6 @@ uninstall:
@echo " $(TARGETS)"
@rmdir --ignore-fail-on-non-empty $(BINDIR)
@for s in $(TARGETS); do rm -f "$(BINDIR)/$${s}"; done
+
+clean:
+ @rm -f *.pyc