github.com/leeprovoost/terraform@v0.6.10-0.20160119085442-96f3f76118e7/website/Makefile (about) 1 all: build 2 3 init: 4 bundle 5 6 dev: init 7 bundle exec middleman server 8 9 build: init 10 bundle exec middleman build