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