mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
go get in Makefile
This commit is contained in:
parent
4c648d1db4
commit
41f77eb38f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -1,5 +1,6 @@
|
|||
all:
|
||||
@mkdir -p bin/
|
||||
go get
|
||||
go build -o bin/packer
|
||||
|
||||
.PHONY: all
|
||||
|
|
|
|||
Loading…
Reference in a new issue