Skip to content

Commit

Permalink
Simple fix at Makefile to be compatible with new versions of jekyll b…
Browse files Browse the repository at this point in the history
…uild command

I think it should be compatible with older jekyll versions too (I've only tested jekyll version 2.5.3)
  • Loading branch information
csaltos committed Jan 23, 2015
1 parent f06836e commit ccefa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ccefa2f

Please sign in to comment.