Skip to content

Commit 1adffca

Browse files
committed
add bundle_run option for make.
1 parent b807da4 commit 1adffca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: main install run update review clean
1+
.PHONY: main install run bundle_run update review clean
22

33
OS_NAME := $(shell uname)
44
BRANCH := $(shell cat .git/HEAD | awk -F/ '{ print $$3 }')
@@ -9,6 +9,9 @@ install:
99
gem install --no-ri --no-doc bundler github-pages
1010

1111
run:
12+
jekyll serve
13+
14+
bundle_run:
1215
bundle exec jekyll serve
1316

1417
update:

0 commit comments

Comments
 (0)