From b2366d33e7f36caadf33a701520b8bdfe65e246e Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 12 Apr 2025 23:22:30 +0200 Subject: [PATCH] build(09): removing the non existing includes dir --- cpp09/ex00/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp09/ex00/Makefile b/cpp09/ex00/Makefile index 0b3e13c..741a6a2 100644 --- a/cpp09/ex00/Makefile +++ b/cpp09/ex00/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/04/12 22:51:15 by rparodi ### ########.fr # +# Updated: 2025/04/12 22:54:38 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -32,7 +32,7 @@ CXXFLAGS += $(DEBUG) SRC = BitcoinExchange.cpp \ main.cpp -INC_DIR = . +INC_DIR = CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP