From f48365fecd326c4cf78783c60ca46b84e8dd30a6 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 9 Mar 2017 01:28:15 +0800 Subject: [PATCH] add test makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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/* -- 2.11.0