mirror of
https://github.com/linka-cloud/grpc.git
synced 2026-05-22 23:34:33 +00:00
9591a64e09
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
10 lines
171 B
Makefile
10 lines
171 B
Makefile
|
|
all: test_go
|
|
|
|
test_go: test.proto
|
|
protoc --go_out=. --go_opt=paths=source_relative \
|
|
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
|
|
test.proto
|
|
|
|
|