File: Makefile

package info (click to toggle)
golang-github-grpc-ecosystem-go-grpc-prometheus 1.2.0%2Bgit20191002.6af20e3-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 264 kB
  • sloc: makefile: 34; sh: 11
file content (10 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
all: test_go

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