From 7505cdb0f4bd5a1461bba70326eeba9b8c235572 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 8 Mar 2020 19:00:15 +0100 Subject: [PATCH] Makefile: fix empty 'clean' target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2bb5e24..83cc8e2 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,9 @@ install_buildenv: ############################## +# clear all caches, only required when changing the mirrors/architecture config clean: - + sudo lb clean --purge WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/ download_extras: @@ -46,7 +47,6 @@ bump_version: build: # Build the live system/ISO image - #sudo lb clean --purge #only required when changing the mirrors/architecture config sudo lb clean --all sudo lb config sudo lb build