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