go get in Makefile

This commit is contained in:
Mitchell Hashimoto 2013-03-23 17:38:52 -07:00
parent 4c648d1db4
commit 41f77eb38f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
all:
@mkdir -p bin/
go get
go build -o bin/packer
.PHONY: all