rename make target
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ all: mdtohtml
|
|||||||
|
|
||||||
mdtohtml: $(patsubst %.md,%.html,$(wildcard *.md)) Makefile
|
mdtohtml: $(patsubst %.md,%.html,$(wildcard *.md)) Makefile
|
||||||
|
|
||||||
watch:
|
liverender:
|
||||||
fswatch -l 0.1 -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all
|
fswatch -l 0.1 -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all
|
||||||
|
|
||||||
livereload:
|
livereload:
|
||||||
|
|||||||
Reference in New Issue
Block a user