docker-streaming-server/Makefile

14 lines
226 B
Makefile
Raw Normal View History

2020-09-20 01:04:14 +02:00
.PHONY: all clean nginx-rtmp stream-playout
all: nginx-rtmp stream-playout
clean:
$(MAKE) -C nginx-rtmp clean
$(MAKE) -C stream-playout clean
nginx-rtmp:
$(MAKE) -C nginx-rtmp
stream-playout:
$(MAKE) -C stream-playout