pugixml/Makefile

9 lines
114 B
Makefile
Raw Permalink Normal View History

2015-04-09 07:44:46 +03:00
site:
bundle exec jekyll serve
docs:
git fetch origin
git checkout origin/master -- docs
.PHONY: site docs