From 7a2c4f4be83303aef0486527083a1d067836dfbe Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 25 Dec 2022 02:12:11 -0800 Subject: [PATCH] nuke out dir in clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1236671..b9910a2 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ clean: $(CACHE_DIR)/toolchain.tar .PHONY: mrproper mrproper: docker image rm -f $(IMAGE) - rm -rf $(CACHE_DIR) + rm -rf $(CACHE_DIR) $(OUT_DIR) .PHONY: build-fw build-fw: $(CACHE_DIR)/toolchain.tar