mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 11:52:12 +03:00
9 lines
152 B
Makefile
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/*
|