summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49b499b..956c017 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
FILENAME=free-haaretz
+bump:
+ sed -i 's/$(from)/$(to)/g' *
+
package:
zip -r $(FILENAME).zip *
cp $(FILENAME).zip $(FILENAME)-unsigned.xpi