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

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