mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
all: gen
|
|
|
|
.PHONY : gen
|
|
|
|
gen:
|
|
protoc seaweed.proto --go_out=plugins=grpc:.
|
|
protoc filer.proto --go_out=plugins=grpc:../filer
|