enable incremental rebuild in makefile, though I'm not sure it does anything

This commit is contained in:
Brian Picciano 2018-09-05 22:54:43 -04:00
parent e09ef8f0a5
commit 52a7357448

View File

@ -2,7 +2,7 @@
BUNDLE := bundle
serve:
${BUNDLE} exec jekyll serve -w
${BUNDLE} exec jekyll serve -w -I
update:
${BUNDLE} update