update
[blog.git] / Makefile
index 44afc99..f1f4d12 100644 (file)
--- 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"