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" \