Add flag force publish
[blog.git] / Makefile
index 5afe393..b8a0e31 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,10 @@
 
 emacs ?= emacs
 OUTDIR := ""
+FORCE := "no"
 
 all:
-       $(emacs) -Q --script blog.el $(OUTDIR)
+       $(emacs) -Q --script blog.el $(OUTDIR) $(FORCE)
 
 update:
        git pull