style(includes): moving the includes in libft folder

- Disable conflict with libs like math.h
This commit is contained in:
Raphael 2025-12-11 16:04:37 +01:00 committed by Raphaël
parent 8e4703da55
commit 4c439bf606

View file

@ -6,7 +6,7 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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