mediocre-blog/Makefile

9 lines
133 B
Makefile
Raw Normal View History

2018-08-31 03:46:13 +00:00
# pacman -Sy ruby ruby-bundler
BUNDLE := bundle
serve:
2018-11-12 20:12:32 +00:00
${BUNDLE} exec jekyll serve -w -I -D -H 0.0.0.0
update:
${BUNDLE} update