seaweedfs/weed/pb/Makefile

11 lines
332 B
Makefile
Raw Normal View History

2017-01-10 17:01:12 +08:00
all: gen
.PHONY : gen
gen:
2018-10-11 15:21:32 +08:00
protoc master.proto --go_out=plugins=grpc:./master_pb
2018-10-11 16:16:33 +08:00
protoc volume_server.proto --go_out=plugins=grpc:./volume_server_pb
2018-05-10 14:18:02 +08:00
protoc filer.proto --go_out=plugins=grpc:./filer_pb
# protoc filer.proto --java_out=../../other/java/client/src/main/java
cp filer.proto ../../other/java/client/src/main/proto