Go get all package dependencies

This commit is contained in:
Mitchell Hashimoto 2013-03-24 14:40:20 -07:00
parent ca93f645be
commit 215dba3d38
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
all:
@mkdir -p bin/
go get -d
go get -d ./...
go build -a -o bin/packer
test: