We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 091d31a + 905d24a commit 4e81182Copy full SHA for 4e81182
Makefile
@@ -3,7 +3,7 @@
3
4
# Settings
5
MAKEFILES=Makefile $(wildcard *.mk)
6
-JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
+JEKYLL=bundle config set --local path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
7
PARSER=bin/markdown_ast.rb
8
DST=_site
9
0 commit comments