summaryrefslogtreecommitdiff
path: root/Makefile
blob: d791b06bac82863c72c950d74ab6d929dee051ae (plain)
1
2
3
4
5
6
7
8
# pacman -Sy ruby ruby-bundler
BUNDLE := bundle

serve:
	${BUNDLE} exec jekyll serve -w -I
	
update:
	${BUNDLE} update