mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
6 lines
72 B
Makefile
6 lines
72 B
Makefile
all:
|
|
@mkdir -p bin/
|
|
go get -d
|
|
go build -a -o bin/packer
|
|
|
|
.PHONY: all
|