mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
simple build script
This commit is contained in:
parent
24b39fe847
commit
85e2f65b1b
3 changed files with 3 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
pkg
|
||||
bin
|
||||
goircd
|
||||
ergonomadic
|
||||
|
|
|
|||
2
build.sh
Executable file
2
build.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
env GOPATH="$PWD" go build
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
export GOPATH="$(pwd)"
|
||||
go install irc
|
||||
go run ergonomadic.go "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue