From f59c7322f253627eeab368ded26d884c3f73809d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 17 May 2016 06:24:47 -0700 Subject: [PATCH] rename make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 309ae08..19f6367 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: mdtohtml mdtohtml: $(patsubst %.md,%.html,$(wildcard *.md)) Makefile -watch: +liverender: fswatch -l 0.1 -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all livereload: