X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=5afe39385bbee332c8b9cb687e533b8bfa0430e9;hb=b7bab651a4bc149d1e5eb2e4b78e3f1befe27a84;hp=1f81177589b6d0b599419ea4ac82d5bda09e79d6;hpb=c91f2857141f4891885384b531487df5495f0f91;p=blog.git diff --git a/Makefile b/Makefile index 1f81177..5afe393 100644 --- 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/*