fatedier 9 anni fa
parent
commit
fdd7436736
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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 ./...