Browse Source

no need for protoc in make all since we have types.pb.go generated

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
3cbf44058d
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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/')


Loading…
Cancel
Save