github.com/heimweh/terraform@v0.7.4/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