packer/Makefile
Mitchell Hashimoto db1c11fff5 Lots of stuff, too early for meaningful commit messages
UI, command dispatch
2013-03-24 14:03:53 -07:00

6 lines
72 B
Makefile

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