av/Makefile

10 lines
151 B
Makefile

all:
cd cmd/revid-cli; go build
deps:
@cd rtmp; $(MAKE) all
@echo "\n\nNow run sudo make install-deps\n"
install-deps:
@cd rtmp; $(MAKE) install