1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-01-07 11:35:40 +08: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