From eb67136c0c487e8b980634b3c1bb6b19e5653fc2 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 4 Mar 2025 16:35:58 +0100 Subject: [PATCH] build(Makefile): really clean everything on clean-all --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5adf403ea..e270e46f3 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,9 @@ clean-images: -$(CONTAINER_COMMAND) volume prune --force .PHONY: clean-all # HELP: like clean but with full container, image, and volume prune -clean-all: clean-images +clean-all: clean -rm -rf .stack + $(CONTAINER_COMMAND) system reset --force .PHONY: release # HELP: create, commit and push a new release