add debugger

This commit is contained in:
hugogogo
2026-06-05 12:14:04 +02:00
parent 2393c1eea4
commit 3732c0b777
4 changed files with 79 additions and 56 deletions

View File

@@ -53,7 +53,7 @@ SRCS = main.c \
# COMPILATION CONFIG :
CC = gcc
EXT = c
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g3
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g
LFLAGS = -L$(D_LIB) -lft
LFLAGS += -lm