aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: a0019908b1caac9c0ee4e883494000371fc46e13 (plain)
1
2
3
4
5
6
7
8
9
10
clean:
	-rm -Rf _site/

run: clean
	bundle exec jekyll serve --incremental

publish:
	git add .
	git commit -m "update"
	git push