wiki.brainux.org/Makefile

8 lines
75 B
Makefile
Raw Normal View History

2021-12-04 19:33:31 +09:00
.PHONY:
install:
bundle install
.PHONY:
serve:
bundle exec jekyll serve