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
+1 -1
View File
@@ -1,3 +1,3 @@
pkg
bin
goircd
ergonomadic
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
env GOPATH="$PWD" go build
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
set -ex
export GOPATH="$(pwd)"
go install irc
go run ergonomadic.go "$@"