From 93dfeeb175ed59c7916617c006aadf699f117673 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 27 Mar 2017 15:43:14 +0300 Subject: Add Makefile for packaging --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..49b499b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +FILENAME=free-haaretz + +package: + zip -r $(FILENAME).zip * + cp $(FILENAME).zip $(FILENAME)-unsigned.xpi + +clean: + rm -f $(FILENAME).zip + rm -f $(FILENAME)-unsigned.xpi -- cgit v1.3.1