1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00
seaweedfs/weed/pb/Makefile
2018-05-09 23:18:02 -07:00

8 lines
138 B
Makefile

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