packer-cn/Makefile

6 lines
58 B
Makefile

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