From fd3fe0f06944d4462e68c7ea8887e7b3b1f6bc04 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 22 Feb 2011 11:09:06 +0100 Subject: Fill in magic finally really works. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit