--- nono/debugger/Makefile 2026/04/29 17:04:33 1.1.1.3 +++ nono/debugger/Makefile 2026/04/29 17:05:16 1.1.1.6 @@ -13,12 +13,15 @@ TARGETS= libnndebugger.a CXXSRCS= \ - console.cpp \ - console_stdio.cpp \ - console_tcp.cpp \ - debugger.cpp \ - debugger_m680x0.cpp \ - debugger_m88xx0.cpp \ + branchhistory.cpp \ + debugger.cpp \ + debugger_hd64180.cpp \ + debugger_m680x0.cpp \ + debugger_m88xx0.cpp \ + debugger_memory.cpp \ + disasm.cpp \ + memdump.cpp \ + vectortable.cpp \ OBJS= ${CXXSRCS:.cpp=.o}