aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-02-22 11:09:06 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-02-22 11:09:06 +0100
commitfd3fe0f06944d4462e68c7ea8887e7b3b1f6bc04 (patch)
treec4e56dd8bdf273a863b427028f636a3f5442efea /Makefile
parent683cd625674941520da17e2c34ebfc164d3308a8 (diff)
downloadbugzilla-triage-fd3fe0f06944d4462e68c7ea8887e7b3b1f6bc04.tar.gz
Fill in magic finally really works.
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