Made 'make serve' build the site incrementally

This commit is contained in:
Wen Kokke 2018-11-27 17:50:59 +00:00
parent 38fa476bc2
commit 3da7f8e268

View file

@ -25,7 +25,7 @@ out/%.md: tspl/%.lagda | out/
@sed -i '1 s|---|---\nsrc : $(<)|' $@
serve:
ruby -S bundle exec jekyll serve
ruby -S bundle exec jekyll serve --incremental
# start server
server-start: