diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-02-22 11:09:06 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-02-22 11:09:06 +0100 |
commit | fd3fe0f06944d4462e68c7ea8887e7b3b1f6bc04 (patch) | |
tree | c4e56dd8bdf273a863b427028f636a3f5442efea /Makefile | |
parent | 683cd625674941520da17e2c34ebfc164d3308a8 (diff) | |
download | bugzilla-triage-fd3fe0f06944d4462e68c7ea8887e7b3b1f6bc04.tar.gz |
Fill in magic finally really works.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |