mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
10 lines
102 B
Makefile
10 lines
102 B
Makefile
|
|
all: go
|
|
|
|
go: player/go
|
|
protoc --go_out=. --go-grpc_out=. streamd.proto
|
|
|
|
player/go:
|
|
make -C player
|
|
|