Add makefile
This commit is contained in:
parent
2cab57a98a
commit
6259cbc730
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
Loading…
x
Reference in New Issue
Block a user