aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-02-20 14:23:38 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-02-20 14:23:38 +0100
commit6907f604b7dfad795c759348bde594cc20a96824 (patch)
treec9caac1d7b306639e860f3aca577a401720f095e
parent85496570ee5649ca1cf5fb8424fa2bee605ad276 (diff)
downloadematrix-6907f604b7dfad795c759348bde594cc20a96824.tar.lz
ematrix-6907f604b7dfad795c759348bde594cc20a96824.tar.xz
ematrix-6907f604b7dfad795c759348bde594cc20a96824.zip
Add clean target
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2090d2c..01f9225 100644
--- a/Makefile
+++ b/Makefile
@@ -128,3 +128,8 @@ all: eMatrix.xpi
eMatrix.xpi: $(ROOT) $(ASSETS) $(CSS) $(IMG) $(LIB) $(LOCALE) $(JS)
@zip -r $@ $^
+
+.PHONY: clean
+
+clean:
+ @rm -f eMatrix.xpi