fix makefile

This commit is contained in:
Ethan Buchman 2018-05-24 00:17:46 -04:00
parent 01f87fd8d3
commit 6334b3a501
1 changed files with 1 additions and 1 deletions

View File

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