consul-demo/Makefile

3 lines
174 B
Makefile
Raw Permalink Normal View History

2021-01-22 14:50:57 +00:00
.PHONY: proto
proto:
2021-01-23 05:57:28 +00:00
protoc -I. -I${GOPATH}/src/googleapis --swagger_out=logtostderr=true:. --grpc-gateway_out=logtostderr=true:. --go_out=plugins=grpc:proto/ proto/*.proto