overflow_api_service/echoserver/Makefile
insanity@loafle.com a9cd891a8c test
2017-06-27 15:25:51 +09:00

7 lines
211 B
Makefile

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