--- nono/debugger/Makefile 2026/04/29 17:04:43 1.1.1.4 +++ nono/debugger/Makefile 2026/04/29 17:05:09 1.1.1.5 @@ -14,14 +14,12 @@ TARGETS= libnndebugger.a CXXSRCS= \ branchhistory.cpp \ - console.cpp \ - console_stdio.cpp \ - console_tcp.cpp \ - debugger.cpp \ - debugger_m680x0.cpp \ - debugger_m88xx0.cpp \ + debugger.cpp \ + debugger_m680x0.cpp \ + debugger_m88xx0.cpp \ debugger_memory.cpp \ - disasm.cpp \ + disasm.cpp \ + vectortable.cpp \ OBJS= ${CXXSRCS:.cpp=.o}