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