From 38ba9cd383b5ed6fc7cb5653d942ae975c81c9b3 Mon Sep 17 00:00:00 2001 From: Trevor Nichols Date: Fri, 4 Sep 2020 16:33:17 +1000 Subject: [PATCH] Change order of init for fresh clone (#797) Signed-off-by: Trevor Nichols --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1e0f14787..8123e75e07 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: