mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-31 05:07:05 +00:00
fix makefile
This commit is contained in:
@@ -2,7 +2,7 @@ GOTOOLS = \
|
||||
github.com/mitchellh/gox \
|
||||
github.com/golang/dep/cmd/dep \
|
||||
gopkg.in/alecthomas/gometalinter.v2 \
|
||||
github.com/golang/protobuf/protoc-gen-go \
|
||||
github.com/golang/protobuf/protoc-gen-go
|
||||
GOTOOLS_CHECK = gox dep gometalinter.v2 protoc protoc-gen-go
|
||||
PACKAGES=$(shell go list ./... | grep -v '/vendor/')
|
||||
INCLUDE = -I=. -I=${GOPATH}/src
|
||||
|
||||
Reference in New Issue
Block a user