github.com/ojongerius/terraform@v0.7.1-0.20160811111335-97fcd5f4cc90/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