1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-27 21:09:11 +02:00
seaweedfs/weed/util/skiplist/Makefile
2022-08-17 12:42:03 -07:00

7 lines
146 B
Makefile

all: gen
.PHONY : gen
gen:
protoc skiplist.proto --go_out=. --go-grpc_out=. --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative