diff --git a/Makefile b/Makefile index 632b95a..017a90d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ watch: fswatch -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all livereload: - livereloadx --static . + livereloadx -p 10000 --static . clean: rm -f $(patsubst %.md,%.html,$(wildcard *.md))