mirror of https://github.com/stella-emu/stella.git
Fix build file for Linux.
This commit is contained in:
parent
bd3545bfff
commit
0c6e6602fc
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue