build: fix

This commit is contained in:
fatedier 2016-04-11 11:58:07 +08:00
parent 7c3e00ed28
commit 0f326449e8
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
export PATH := $(GOPATH)/bin:$(PATH)
export OLDGOPATH := $(GOPATH)
export GOPATH := $(shell pwd):$(GOPATH)
all: build
@ -6,7 +7,8 @@ all: build
build: godep fmt frps frpc
godep:
@go get github.com/tools/godep
@GOPATH=$(OLDGOPATH)
go get github.com/tools/godep
fmt:
godep go fmt ./...