github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/monitor/api/spec/Makefile (about)

     1  PROTOS_PATH = protos
     2  
     3  .PHONY: all protos
     4  
     5  all: protos
     6  
     7  # Please use version v1.3.3 of protobuf to compile: 
     8  # go get -u github.com/golang/protobuf/proto@v1.3.3
     9  # go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.3
    10  protos: $(PROTOS_PATH)/monitor.proto
    11  	protoc -I $(PROTOS_PATH) --go_out=plugins=grpc:$(PROTOS_PATH) \
    12  		$(PROTOS_PATH)/monitor.proto