Archived
1
0

make build.sh verbose when doing go get

This commit is contained in:
Jeff Becker 2016-02-09 09:02:33 -05:00
parent 85d60a1928
commit 9d2461c716
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -4,5 +4,5 @@ root=$(readlink -e $(dirname $0))
cd $root
export GOPATH=$root/go
mkdir -p $GOPATH
go get -u github.com/majestrate/srndv2
go get -v -u github.com/majestrate/srndv2
cp -a $GOPATH/bin/srndv2 $root