From c2c4dccf954e0f19027c2b53314f335c4497e49a Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 10 Feb 2025 10:03:29 +0100 Subject: [PATCH] update: cpp 00 for correction --- cpp00/ex01/Makefile | 3 ++- cpp00/ex02/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cpp00/ex01/Makefile b/cpp00/ex01/Makefile index e299cb7..c5b6a69 100644 --- a/cpp00/ex01/Makefile +++ b/cpp00/ex01/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/12/21 16:48:34 by rparodi ### ########.fr # +# Updated: 2025/02/10 10:02:41 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -26,6 +26,7 @@ CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/ CXXFLAGS += -MMD -g3 # Flag to debug (TO REMOVE) # CXXFLAGS += -D DEBUG=1 + # Sources SRC = ./sources/contact.cpp\ ./sources/phonebook.cpp \ diff --git a/cpp00/ex02/Makefile b/cpp00/ex02/Makefile index 3128055..2d0748a 100644 --- a/cpp00/ex02/Makefile +++ b/cpp00/ex02/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/12/21 16:48:10 by rparodi ### ########.fr # +# Updated: 2025/02/10 10:02:20 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -25,7 +25,7 @@ CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/ # Flags to debug and have the dependences (can be removed for correction) CXXFLAGS += -MMD -g3 # Flag to debug (TO REMOVE) -CXXFLAGS += -D DEBUG=1 +# CXXFLAGS += -D DEBUG=1 # Sources SRC = ./tests.cpp \ ./Account.cpp