mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
f09084f45d
Co-authored-by: giuliorebuffo <giuliorebuffo@system76-pc.localdomain>
5 lines
148 B
Makefile
5 lines
148 B
Makefile
all:
|
|
protoc --proto_path=proto --go_out=lightrpc --go_opt=paths=source_relative proto/*.proto --go-grpc_out=lightrpc
|
|
|
|
clean:
|
|
rm lightrpc/*.pb.go
|