seaweedfs/weed/pb/Makefile

8 lines
138 B
Makefile
Raw Normal View History

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