X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=b8a0e31d121356ebb3c79457b4525250c6c63458;hb=a1e8b148970121c8f944f5abb2b85cca59090366;hp=1f81177589b6d0b599419ea4ac82d5bda09e79d6;hpb=00b68c5fd31be120536c0d2228bf7fbd04bdb316;p=blog.git diff --git a/Makefile b/Makefile index 1f81177..b8a0e31 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,13 @@ emacs ?= emacs OUTDIR := "" +FORCE := "no" all: + $(emacs) -Q --script blog.el $(OUTDIR) $(FORCE) + +update: + git pull $(emacs) -Q --script blog.el $(OUTDIR) clean: