X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;h=f1f4d1260148a3ed15637b0d0da477844ae0c729;hb=323ccbeededf2954ddeb3e14ff68a275ccb231ff;hp=a302845e739fd0bc8ba15ceaf332dafc0d12ec56;hpb=e2b735f8dd1f2e338aefc67f0701b6c578927956;p=blog.git diff --git a/Makefile b/Makefile index a302845..f1f4d12 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,10 @@ 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" clean: rm -rf _site/*