From 60e9279f3a7661bf6e3ad971b909b2e63e2938e4 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 4 Sep 2025 18:52:16 +0200 Subject: [PATCH] fix(make): correcting english error on my makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c1a059a..91501c3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/09/01 17:44:59 by rparodi ### ########.fr # +# Updated: 2025/09/04 18:48:57 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -22,9 +22,9 @@ RM = rm -rf # Flags CFLAGS = -Werror -Wextra -Wall +INC_DIR = includes CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP -INC_DIR = includes # Objects OBJDIRNAME = ./build