1
0

rename make target

This commit is contained in:
Simon Michael
2016-05-17 06:24:47 -07:00
parent 37d0d5f262
commit f59c7322f2

View File

@@ -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: