Add cgi-bin folder
[blog.git] / Makefile
index 1f81177..5afe393 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,9 @@ OUTDIR := ""
 all:
        $(emacs) -Q --script blog.el $(OUTDIR)
 
+update:
+       git pull
+       $(emacs) -Q --script blog.el $(OUTDIR)
+
 clean:
        rm -rf _site/*