summaryrefslogtreecommitdiff
path: root/Makefile
blob: 94e66201a82228fbd41664a4b7a5c5feb47244c1 (plain)
1
2
3
4
5
6
7
BUNDLE := ~/.gem/ruby/2.5.0/bin/bundle

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