mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-18 21:34:35 +08:00
6 lines
63 B
Makefile
6 lines
63 B
Makefile
|
|
all: go
|
|
|
|
go:
|
|
protoc --go_out=. --go-grpc_out=. recoder.proto
|