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

run: clean
	bundle exec jekyll serve --incremental --drafts

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