av/Makefile

10 lines
161 B
Makefile
Raw Normal View History

deps:
@cd rtmp; $(MAKE) all
@echo "\n\nNow run sudo make install-deps\n"
install-deps:
@cd rtmp; $(MAKE) install
2018-05-19 04:43:17 +03:00
all:
go build -o RevidCLI ./cmd/revid-cli