simple build script

This commit is contained in:
Jeremy Latt 2012-12-09 15:24:22 -08:00
parent 24b39fe847
commit 85e2f65b1b
3 changed files with 3 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
pkg pkg
bin bin
goircd ergonomadic

2
build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
env GOPATH="$PWD" go build

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -ex
export GOPATH="$(pwd)"
go install irc
go run ergonomadic.go "$@"