From 52a73574488df86a0b251aa106b1dd40ed90c247 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 5 Sep 2018 22:54:43 -0400 Subject: [PATCH] enable incremental rebuild in makefile, though I'm not sure it does anything --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76f0303..d791b06 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BUNDLE := bundle serve: - ${BUNDLE} exec jekyll serve -w + ${BUNDLE} exec jekyll serve -w -I update: ${BUNDLE} update