consul-demo/Makefile

3 lines
174 B
Makefile

.PHONY: proto
proto:
protoc -I. -I${GOPATH}/src/googleapis --swagger_out=logtostderr=true:. --grpc-gateway_out=logtostderr=true:. --go_out=plugins=grpc:proto/ proto/*.proto