Makefile 138 B

1234567
  1. all: gen
  2. .PHONY : gen
  3. gen:
  4. protoc seaweed.proto --go_out=plugins=grpc:./master_pb
  5. protoc filer.proto --go_out=plugins=grpc:./filer_pb