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