Add Makefile

This commit is contained in:
Arseny Kapoulkine 2015-04-08 21:44:46 -07:00
parent 65e90b2d7a
commit a2dd7b1697

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
site:
bundle exec jekyll serve
docs:
git fetch origin
git checkout origin/master -- docs
.PHONY: site docs