mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
5 lines
126 B
Makefile
5 lines
126 B
Makefile
build:
|
|
gox -osarch="linux/amd64 darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
|
|
|
|
deps:
|
|
go get github.com/mitchellh/gox
|