pgweb/Makefile
2014-10-09 09:59:19 -05:00

5 lines
114 B
Makefile

build:
gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
deps:
go get github.com/mitchellh/gox