Add makefile
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
build:
|
||||
gox -osarch="linux/amd64 darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
|
||||
|
||||
deps:
|
||||
go get github.com/mitchellh/gox
|
||||
Reference in New Issue
Block a user