summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2011-03-24 11:15:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2011-03-24 11:15:33 +0100
commit2b1cf2d5794eb061221a269b0b0f169fd3fd1a8a (patch)
tree5b6638b5dd4581424496d1663601a5244b9ee751 /Makefile
parent863c8225412c60be62ef3ba1de4b83aa2e53d0b6 (diff)
Add clean target to MakefileHEADmaster
Diffstat (limited to 'Makefile')
-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