seaweedfs/weed/pb/Makefile

8 lines
126 B
Makefile
Raw Normal View History

2017-01-10 17:01:12 +08:00
all: gen
.PHONY : gen
gen:
protoc seaweed.proto --go_out=plugins=grpc:.
2018-05-08 16:59:43 +08:00
protoc filer.proto --go_out=plugins=grpc:../filer