This commit is contained in:
Thomas Jentzsch 2019-08-24 14:12:32 +02:00
commit 2f8fa198d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
MODULE := src/debugger
MODULE_OBJS := \
src/debugger/BreakpointMap.o
src/debugger/BreakpointMap.o \
src/debugger/Debugger.o \
src/debugger/DebuggerParser.o \
src/debugger/CartDebug.o \