add test makefile
authorPeng Li <seudut@gmail.com>
Wed, 8 Mar 2017 17:28:15 +0000 (01:28 +0800)
committerPeng Li <seudut@gmail.com>
Wed, 8 Mar 2017 17:29:44 +0000 (01:29 +0800)
Makefile

index a302845..44afc99 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,8 @@ update:
        git pull
        $(emacs) -Q --script blog.el "~/www/html" "true"
 
+test:
+       $(emaca) -Q --script blog.el "test" "true"
+
 clean:
        rm -rf _site/*