pcm-octopus/Makefile

5 lines
181 B
Makefile

rpc-gen:
goctl rpc protoc ./pb/*.proto --go_out=./ --go-grpc_out=./ --zrpc_out=.
pcm-participant-octopus:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-octopus octopus.go