pcm-kubernetes/Makefile

6 lines
263 B
Makefile

rpc-gen:
goctl rpc protoc ./pb/*.proto --go_out=./ --go-grpc_out=./ --zrpc_out=.
protoc-go-inject-tag -input="*/*.pb.go" -remove_tag_comment
pcm-participant-kubernetes:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-participant-kubernetes kubernetes.go