yellowstone-grpc/examples/golang/Makefile

8 lines
234 B
Makefile

protoc:
protoc \
--go_out=./proto \
--go_opt=paths=source_relative \
--go-grpc_out=./proto \
--go-grpc_opt=paths=source_relative \
--proto_path ../../yellowstone-grpc-proto/proto/ ../../yellowstone-grpc-proto/proto/*.proto