seaweedfs/weed/pb/Makefile

13 lines
442 B
Makefile
Raw Normal View History

2017-01-10 09:01:12 +00:00
all: gen
.PHONY : gen
gen:
2018-10-11 07:21:32 +00:00
protoc master.proto --go_out=plugins=grpc:./master_pb
2018-10-11 08:16:33 +00:00
protoc volume_server.proto --go_out=plugins=grpc:./volume_server_pb
2018-05-10 06:18:02 +00:00
protoc filer.proto --go_out=plugins=grpc:./filer_pb
2020-02-09 22:30:02 +00:00
protoc iam.proto --go_out=plugins=grpc:./iam_pb
2020-04-16 09:21:23 +00:00
protoc messaging.proto --go_out=plugins=grpc:./messaging_pb
# protoc filer.proto --java_out=../../other/java/client/src/main/java
cp filer.proto ../../other/java/client/src/main/proto