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

This commit is contained in:
Anton Kaliaev
2017-11-09 17:16:06 -05:00
parent 8b71e47002
commit 3cbf44058d

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