From 07527af9bca6c099362d14c18871203616a3af70 Mon Sep 17 00:00:00 2001 From: thloyi Date: Thu, 5 Mar 2026 11:39:34 +0800 Subject: [PATCH] update make --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..821bed0 --- /dev/null +++ b/Makefile @@ -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 \ No newline at end of file