pugixml/Makefile
Arseny Kapoulkine a2dd7b1697 Add Makefile
2015-04-08 21:44:46 -07:00

8 lines
114 B
Makefile

site:
bundle exec jekyll serve
docs:
git fetch origin
git checkout origin/master -- docs
.PHONY: site docs