Makefile 107 B

123456
  1. all: gen
  2. .PHONY : gen
  3. gen:
  4. protoc skiplist.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative