10
proto/Makefile
Normal file
10
proto/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
.PHONY: requirements portal
|
||||
|
||||
all: requirements portal
|
||||
|
||||
requirements:
|
||||
@go mod download
|
||||
@go install storj.io/drpc/cmd/protoc-gen-go-drpc@latest
|
||||
|
||||
portal:
|
||||
protoc --go_out=paths=source_relative:. --go-drpc_out=paths=source_relative:. portal/*.proto
|
||||
Reference in New Issue
Block a user