wiki.brainux.org/Makefile

8 lines
75 B
Makefile

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