Files
pump-parser/internal/example/geyser/Makefile

8 lines
180 B
Makefile
Raw Normal View History

2025-11-20 17:56:45 +08:00
protoc:
protoc \
--go_out=./proto \
--go_opt=paths=source_relative \
--go-grpc_out=./proto \
--go-grpc_opt=paths=source_relative \
--proto_path ./proto/ ./proto/*.proto