seaweedfs/weed/pb/Makefile

8 lines
126 B
Makefile
Raw Normal View History

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