7 lines
72 B
Makefile
7 lines
72 B
Makefile
all:
|
|
@mkdir -p bin/
|
|
go get -a
|
|
go build -a -o bin/packer
|
|
|
|
.PHONY: all
|