pgweb/Makefile

9 lines
152 B
Makefile
Raw Normal View History

2014-10-09 09:56:08 -05:00
build:
2014-10-09 09:59:19 -05:00
gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
2014-10-09 09:56:08 -05:00
deps:
2014-10-10 17:32:47 -05:00
go get github.com/mitchellh/gox
clean:
rm -f ./pgweb
rm -f ./bin/*