From 4c439bf606cc0b9f3dbb7eb426b5432822881431 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 11 Dec 2025 16:04:37 +0100 Subject: [PATCH] style(includes): moving the includes in libft folder - Disable conflict with libs like math.h --- libft.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libft.mk b/libft.mk index 8e825f9..99df00d 100644 --- a/libft.mk +++ b/libft.mk @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/12/11 14:40:08 by rparodi ### ########.fr # +# Updated: 2025/12/11 16:04:27 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -18,7 +18,7 @@ RM = rm -rf CFLAGS = -Werror -Wextra -Wall -INC_DIR = includes/ +INC_DIR = includes/libft CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP OBJDIRNAME ?= ./build