build: adding the includes directory in INC_DIR

This commit is contained in:
Raphael 2026-03-28 14:39:29 +01:00
parent ccdb7fa121
commit 55871d938d
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ # # By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2026/03/23 14:53:55 by rparodi ### ########.fr # # Updated: 2026/03/24 12:38:38 by rparodi ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -23,7 +23,8 @@ RM = rm -rf
CFLAGS = -Werror -Wall -Wextra CFLAGS = -Werror -Wall -Wextra
INC_DIR = ./parsing/includes INC_DIR = ./includes \
./parsing/includes
CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP