seaweedfs/weed/pb/Makefile
2018-05-09 23:11:54 -07:00

8 lines
136 B
Makefile

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