pgweb/Makefile
2014-10-10 17:32:47 -05:00

9 lines
152 B
Makefile

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