Browse Source
no need for protoc in make all since we have types.pb.go generated
pull/1780/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -4,7 +4,7 @@ GOTOOLS = \ |
|
|
|
github.com/alecthomas/gometalinter \
|
|
|
|
github.com/ckaznocha/protoc-gen-lint |
|
|
|
|
|
|
|
all: protoc install test |
|
|
|
all: install test |
|
|
|
|
|
|
|
PACKAGES=$(shell go list ./... | grep -v '/vendor/') |
|
|
|
|
|
|
|