pgweb/Makefile

5 lines
114 B
Makefile
Raw Normal View History

2014-10-09 18:56:08 +04:00
build:
2014-10-09 18:59:19 +04:00
gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
2014-10-09 18:56:08 +04:00
deps:
go get github.com/mitchellh/gox