prometheus-adapter/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto/Makefile
2017-06-26 19:23:05 +03:00

10 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