We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807da4 commit 1adffcaCopy full SHA for 1adffca
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: main install run update review clean
+.PHONY: main install run bundle_run update review clean
2
3
OS_NAME := $(shell uname)
4
BRANCH := $(shell cat .git/HEAD | awk -F/ '{ print $$3 }')
@@ -9,6 +9,9 @@ install:
9
gem install --no-ri --no-doc bundler github-pages
10
11
run:
12
+ jekyll serve
13
+
14
+bundle_run:
15
bundle exec jekyll serve
16
17
update:
0 commit comments