github.com/imannamdari/v2ray-core/v5@v5.0.5/Makefile (about)

     1  PROTOS = $(patsubst ./%,%,$(shell find . -name "*.proto"))
     2  
     3  deps: $(GOPATH)/bin/protoc-gen-go $(GOPATH)/bin/protoc-gen-go-grpc
     4  	go mod download
     5  
     6  protoc:
     7  	@ protoc --go_out=. --go-grpc_out=. $(PROTOS)