fix: changing rank to integer

This commit is contained in:
Raphael 2025-03-16 22:19:58 +01:00
parent 19ffc5d295
commit 0e3f3a6e3b
3 changed files with 16 additions and 8 deletions

View file

@ -22,7 +22,9 @@ RM = rm -rf
# Mandatory flags for 42
CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/
# Flags to debug and have the dependences (can be removed for correction)
CXXFLAGS += -MMD -g3
CXXFLAGS += -MMD
DEBUG += -g3 -fsanitize=address
# Sources
SRC = Bureaucrat.cpp \