Files
Packer-Cn/Makefile
T
2013-03-24 14:03:53 -07:00

7 lines
72 B
Makefile

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