build: fix

This commit is contained in:
fatedier 2016-04-11 12:05:24 +08:00
parent 0f326449e8
commit fdd7436736
1 changed files with 1 additions and 2 deletions

View File

@ -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 ./...