Browse Source

Install all cmds when running build.sh without options

Jakob Borg 11 years ago
parent
commit
3640c3b66a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.sh

+ 2 - 1
build.sh

@@ -105,7 +105,8 @@ xdr() {
 case "$1" in
 	"")
 		shift
-		build $*
+		export GOBIN=$(pwd)/bin
+		godep go install $* -ldflags "$ldflags" ./cmd/...
 		;;
 
 	race)