Archived
1
0

have build.sh copy binary to root of repo

This commit is contained in:
jeff 2015-10-21 10:49:08 -04:00
parent 3eba7adc1c
commit 8dc4667666

View File

@ -5,3 +5,4 @@ cd $root
export GOPATH=$root/go
mkdir -p $GOPATH
go get -u github.com/majestrate/srndv2
cp -a $GOPATH/bin/srndv2 $root