github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/builder/rootfs/usr/local/src/slugrunner/Makefile (about) 1 build/container: build/sdutil Dockerfile runner/* 2 docker build -t flynn/slugrunner . 3 touch build/container 4 5 build/sdutil: 6 mkdir -p tmp 7 cd tmp && git clone https://github.com/flynn/sdutil.git 8 GOPATH=. cd tmp/sdutil && godep go build -o ../../build/sdutil 9 rm -rf tmp 10 11 .PHONY: clean 12 clean: 13 rm -rf tmp build