Made all the first target, per our convention.

This commit is contained in:
Alan Noble 2018-06-06 08:33:35 +09:30
parent 93c8d94d64
commit 2bbd6e0f17
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
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
all:
go build