ajout de breakpoint

This commit is contained in:
YANNIS
2025-05-23 02:09:22 +02:00
parent 7bae3bcc57
commit e97e1cbaf5
3 changed files with 89 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
CXX = g++
CXXFLAGS = -Wall -Wextra -Werror
SRC = main.cpp Debugger.cpp
SRC = main.cpp Debugger.cpp Breakpoint.cpp
OBJ = $(SRC:.cpp=.o)
TARGET = nullDBG