From 9b9b3547d1707259648e9f35d33a44a7465d230b Mon Sep 17 00:00:00 2001 From: Myst <1592048+LeMyst@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:21:31 +0200 Subject: [PATCH] Really clean during make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7442ad50..be33ffd5 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ _ := $(foreach exec,$(REQ_BINS), \ ## Clean, build and pack -all: build release-artifacts +all: clean build release-artifacts .PHONY: all ## Prints list of tasks