wiki.brainux.org/Makefile
2021-12-04 19:33:31 +09:00

8 lines
75 B
Makefile

.PHONY:
install:
bundle install
.PHONY:
serve:
bundle exec jekyll serve