1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-16 22:10:42 +02:00
seaweedfs/weed/pb/Makefile
2018-10-11 01:16:33 -07:00

9 lines
206 B
Makefile

all: gen
.PHONY : gen
gen:
protoc master.proto --go_out=plugins=grpc:./master_pb
protoc volume_server.proto --go_out=plugins=grpc:./volume_server_pb
protoc filer.proto --go_out=plugins=grpc:./filer_pb