overflow_api_service/echoserver/Makefile

7 lines
211 B
Makefile
Raw Normal View History

2017-06-27 06:25:51 +00:00
all:
protoc -I/usr/local/include -I. \
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--go_out=plugins=grpc:. \
--grpc-gateway_out=logtostderr=true:. \
echoserver.proto