Files
pump-parser/internal/example/geyser/Makefile
2025-12-15 15:14:14 +08:00

8 lines
180 B
Makefile

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