update: cpp 00 for correction

This commit is contained in:
Raphael 2025-02-10 10:03:29 +01:00
parent f7bd1abc3c
commit c2c4dccf95
2 changed files with 4 additions and 3 deletions

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: 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 CXXFLAGS += -MMD -g3
# Flag to debug (TO REMOVE) # Flag to debug (TO REMOVE)
# CXXFLAGS += -D DEBUG=1 # CXXFLAGS += -D DEBUG=1
# Sources # Sources
SRC = ./sources/contact.cpp\ SRC = ./sources/contact.cpp\
./sources/phonebook.cpp \ ./sources/phonebook.cpp \

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: 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) # Flags to debug and have the dependences (can be removed for correction)
CXXFLAGS += -MMD -g3 CXXFLAGS += -MMD -g3
# Flag to debug (TO REMOVE) # Flag to debug (TO REMOVE)
CXXFLAGS += -D DEBUG=1 # CXXFLAGS += -D DEBUG=1
# Sources # Sources
SRC = ./tests.cpp \ SRC = ./tests.cpp \
./Account.cpp ./Account.cpp