mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-25 13:02:47 +02:00
7 lines
138 B
Makefile
7 lines
138 B
Makefile
all: gen
|
|
|
|
.PHONY : gen
|
|
|
|
gen:
|
|
protoc seaweed.proto --go_out=plugins=grpc:./master_pb
|
|
protoc filer.proto --go_out=plugins=grpc:./filer_pb
|