mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
10 lines
145 B
Makefile
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
|
|
|
|
|