fatedier hace 9 años
padre
commit
fdd7436736
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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 ./...