aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e69e678..6087a94 100644
--- a/Makefile
+++ b/Makefile
@@ -20,3 +20,6 @@ bugzilla-triage.xpi: package.json lib/*.js docs/*
install.rdf ;\
zip -9rmqT bugzilla-triage.xpi install.rdf ;\
make -C $(WEBDIR)
+
+clean:
+ find . -name \*~ -print -delete