seaweedfs/weed/pb/Makefile

8 lines
136 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-08 08:59:43 +00:00
protoc filer.proto --go_out=plugins=grpc:../filer