packer-cn/Makefile

7 lines
66 B
Makefile

all:
@mkdir -p bin/
go get
go build -o bin/packer
.PHONY: all