6 lines
107 B

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