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

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