From ccefa2ffabc8955fd1c45e608398fd351108054a Mon Sep 17 00:00:00 2001 From: Carlos Saltos Date: Fri, 23 Jan 2015 18:22:28 +0100 Subject: [PATCH] Simple fix at Makefile to be compatible with new versions of jekyll build command I think it should be compatible with older jekyll versions too (I've only tested jekyll version 2.5.3) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05f20858..5ca3062e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - jekyll web web.out + jekyll build -s web -d web.out serve: jekyll serve --watch -s web -d web.out