From ed933cce6e57458791c5a1f20ee50e4cf132c939 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Fri, 2 Jan 2026 15:37:44 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44747d1..10528f8 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ uuid: install clean: @rm -rf "$(BUILD_DIR)" @rm -rf "$(INCLUDE_INSTALL)" - @rm "$(LIB_INSTALL)/$(LIB_STATIC_NAME)" + @rm -f "$(LIB_INSTALL)/$(LIB_STATIC_NAME)" builddir: @mkdir -p "$(BUILD_DIR)"