From 76336c307b04b861f1f23bf1c072cff41200328d Mon Sep 17 00:00:00 2001 From: Nemo D'ACREMONT Date: Sat, 15 Mar 2025 18:20:59 +0100 Subject: [PATCH] fix: clean did not remove install directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccc6b40..ba70aab 100644 --- a/Makefile +++ b/Makefile @@ -114,4 +114,4 @@ compile_flags.txt: .PHONY: clean clean: - ${RM} -r build + ${RM} -r build install