From 6ec90bf1c0174238b80dfc486ca9f907cae77e7c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 16:11:05 +0100 Subject: [PATCH] tools: make install_buildenv part of the default makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a881b0f..348c2dc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -all: install_buildenv build +all: install_buildenv clean download_extras build install_buildenv: # Install packages required to build the image