seaweedfs/weed/pb/Makefile

8 lines
138 B
Makefile
Raw Normal View History

2017-01-10 17:01:12 +08:00
all: gen
.PHONY : gen
gen:
2018-05-10 14:11:54 +08:00
protoc seaweed.proto --go_out=plugins=grpc:./master_pb
2018-05-10 14:18:02 +08:00
protoc filer.proto --go_out=plugins=grpc:./filer_pb