mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-11-01 15:58:02 +09:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
|
.PHONY:
|
||
|
install:
|
||
|
bundle install
|
||
|
|
||
|
.PHONY:
|
||
|
serve:
|
||
|
bundle exec jekyll serve
|