From 25d5f8ec27df8cc6ee3bbe6280d4b98a697bd6cf Mon Sep 17 00:00:00 2001 From: Trevor Nichols Date: Wed, 2 Sep 2020 20:57:26 +1000 Subject: [PATCH] Change order of init for fresh clone Signed-off-by: Trevor Nichols --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54dcd6fc94..7844cdf401 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ endif .PHONY: init dev build test clean -init: download-bins install-deps compile-dev +init: install-deps download-bins compile-dev echo "Init done" download-bins: