mediocre-blog/Makefile
2018-08-30 23:46:13 -04:00

9 lines
113 B
Makefile

# pacman -Sy ruby ruby-bundler
BUNDLE := bundle
serve:
${BUNDLE} exec jekyll serve
update:
${BUNDLE} update