X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;h=f1f4d1260148a3ed15637b0d0da477844ae0c729;hb=2313a178e9ee6c47000abcb095b5536f585bdfc7;hp=44afc999018ce6d28b5b4b2da0e35e7fbd6cfd12;hpb=f48365fecd326c4cf78783c60ca46b84e8dd30a6;p=blog.git diff --git a/Makefile b/Makefile index 44afc99..f1f4d12 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,7 @@ all: # used for automation on server update: - git pull - $(emacs) -Q --script blog.el "~/www/html" "true" + git pull && $(emacs) -Q --script blog.el "~/www/html" "true" test: $(emaca) -Q --script blog.el "test" "true"