From 82ec27a1defbe1ae9aca4e01b3172c9161a57f3b Mon Sep 17 00:00:00 2001 From: asmeron Date: Mon, 8 Dec 2025 11:35:04 +0600 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e62183..66dc4a9 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ install: check uninstall clean: @echo "Clean ..." - @$(RM) -rd ${CMAKE_BUILD_DIR} + @$(RM) -rd "${CMAKE_BUILD_DIR}" @if [[ -d "${CMAKE_BUILD_DIR}" ]]; then \ echo "Clean: error, compile directory exist ${CMAKE_BUILD_DIR}"; \ else \