From: Peng Li Date: Wed, 8 Mar 2017 17:28:15 +0000 (+0800) Subject: add test makefile X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=inline;h=f48365fecd326c4cf78783c60ca46b84e8dd30a6;p=blog.git add test makefile --- diff --git a/Makefile b/Makefile index a302845..44afc99 100644 --- 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/*