packer-cn/Makefile
2013-03-23 00:48:20 -07:00

6 lines
76 B
Makefile

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