1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 08:12:47 +02:00
seaweedfs/weed/util/skiplist/Makefile
2022-08-17 12:42:03 -07:00

6 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