...

Text file src/github.com/tmc/grpc-websocket-proxy/_examples/cmd/wsechoserver/echoserver/Makefile

Documentation: github.com/tmc/grpc-websocket-proxy/_examples/cmd/wsechoserver/echoserver

     1all:
     2	protoc -I/usr/local/include -I. \
     3		-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
     4		--go_out=plugins=grpc:. \
     5		--grpc-gateway_out=logtostderr=true:. \
     6		echoserver.proto

View as plain text