github.com/mapuri/terraform@v0.7.6-0.20161012203214-7e0408293f97/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