Compare commits

1 Commits
v1.0.0 ... main

Author SHA1 Message Date
thloyi
07527af9bc update make 2026-03-05 11:39:34 +08:00

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: build
build:
protoc --proto_path=. \
--go_opt=paths=source_relative \
--go_out=. \
--go-grpc_opt=paths=source_relative \
--go-grpc_out=. \
geyser.proto solana-storage.proto