diff --git a/Makefile b/Makefile index baab155..193badf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - gox -osarch="linux/amd64 darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}" + gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}" deps: go get github.com/mitchellh/gox \ No newline at end of file