make proto node
This commit is contained in:
6
weed/util/bptree/Makefile
Normal file
6
weed/util/bptree/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all: gen
|
||||
|
||||
.PHONY : gen
|
||||
|
||||
gen:
|
||||
protoc bptree.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative
|
||||
Reference in New Issue
Block a user