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

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