X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;h=5afe39385bbee332c8b9cb687e533b8bfa0430e9;hb=b7bab651a4bc149d1e5eb2e4b78e3f1befe27a84;hp=1f81177589b6d0b599419ea4ac82d5bda09e79d6;hpb=00b68c5fd31be120536c0d2228bf7fbd04bdb316;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/*