mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-24 18:59:34 +08:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
all: gen
|
|
|
|
.PHONY : gen
|
|
|
|
gen:
|
|
protoc bptree.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative
|