Add makefile

This commit is contained in:
Dan Sosedoff 2014-10-09 09:56:08 -05:00
parent 2cab57a98a
commit 6259cbc730
2 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View 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
View File