From 2bbd6e0f175d5b836b4c5494fe4dd524509e326f Mon Sep 17 00:00:00 2001 From: Alan Noble Date: Wed, 6 Jun 2018 08:33:35 +0930 Subject: [PATCH] Made all the first target, per our convention. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6c4b72fe..1fe524ca 100644 --- a/Makefile +++ b/Makefile @@ -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