github.com/andresvia/terraform@v0.6.15-0.20160412045437-d51c75946785/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