github.com/ttysteale/packer@v0.8.2-0.20150708160520-e5f8ea386ed8/website/Makefile (about) 1 all: build 2 3 init: 4 bundle 5 6 dev: init 7 PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman server 8 9 build: init 10 PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman build