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

pull/2/head
Brian Picciano 6 years ago
parent e09ef8f0a5
commit 52a7357448
  1. 2
      Makefile

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

Loading…
Cancel
Save