Browse Source

build: fix

fatedier 9 years ago
parent
commit
fdd7436736
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -7,8 +7,7 @@ all: build
 build: godep fmt frps frpc
 
 godep:
-	@GOPATH=$(OLDGOPATH)
-	go get github.com/tools/godep
+	GOPATH=$(OLDGOPATH) go get github.com/tools/godep
 
 fmt:
 	godep go fmt ./...