Files
seaweedfs/weed/pb/Makefile

13 lines
442 B
Makefile
Raw Normal View History

2017-01-10 01:01:12 -08:00
all: gen
.PHONY : gen
gen:
2018-10-11 00:21:32 -07:00
protoc master.proto --go_out=plugins=grpc:./master_pb
2018-10-11 01:16:33 -07:00
protoc volume_server.proto --go_out=plugins=grpc:./volume_server_pb
2018-05-09 23:18:02 -07:00
protoc filer.proto --go_out=plugins=grpc:./filer_pb
2020-02-09 14:30:02 -08:00
protoc iam.proto --go_out=plugins=grpc:./iam_pb
2020-04-16 02:21:23 -07: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