From a4b8d55bc4e8bded140b581a08e39529943a0835 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 25 Dec 2025 01:38:39 +0100 Subject: [PATCH] style(make): using printf for unity w/ macos & linux --- cpp00/ex01/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp00/ex01/Makefile b/cpp00/ex01/Makefile index c5b6a69..06122d1 100644 --- a/cpp00/ex01/Makefile +++ b/cpp00/ex01/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/02/10 10:02:41 by rparodi ### ########.fr # +# Updated: 2025/10/10 17:59:41 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -113,7 +113,7 @@ footer: @printf ' $(GREY)The compilation is$(END) $(GOLD)finish$(END)\n $(GREY)Have a good $(END)$(GOLD)correction !$(END)\n' clangd: - @echo \ + @printf \ "CompileFlags:\n" \ " Add:\n" \ " - \"-std=c++98 -Wall -Wextra -Werror\"\n" \