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> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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