mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-08-23 12:32:47 +02:00
6 lines
107 B
Makefile
6 lines
107 B
Makefile
all: gen
|
|
|
|
.PHONY : gen
|
|
|
|
gen:
|
|
protoc skiplist.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative
|