summaryrefslogtreecommitdiff
path: root/Makefile
blob: e0d6201f3f72ffa216b53723e55e83454d67671d (plain)
1
2
3
4
5
6
7
8
site:
	bundle exec jekyll serve
	
docs:
	git fetch origin
	git checkout origin/master -- docs
 
.PHONY: site docs