Browse Source

simple build script

tags/v0.1.0
Jeremy Latt 11 years ago
parent
commit
85e2f65b1b
3 changed files with 3 additions and 6 deletions
  1. 1
    1
      .gitignore
  2. 2
    0
      build.sh
  3. 0
    5
      ergonomadic.sh

+ 1
- 1
.gitignore View File

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

+ 2
- 0
build.sh View File

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

+ 0
- 5
ergonomadic.sh View File

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

Loading…
Cancel
Save