mediocre-blog/Makefile

8 lines
104 B
Makefile
Raw Normal View History

BUNDLE := ~/.gem/ruby/2.5.0/bin/bundle
serve:
${BUNDLE} exec jekyll serve
update:
${BUNDLE} update