clair/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto/Makefile
2017-06-13 15:58:11 -04:00

11 lines
145 B
Makefile

all: test_go
test_go: test.proto
PATH="${GOPATH}/bin:${PATH}" protoc \
-I. \
-I${GOPATH}/src \
--go_out=plugins=grpc:. \
test.proto