--- nono/debugger/Makefile 2026/04/29 17:04:28 1.1.1.1 +++ nono/debugger/Makefile 2026/04/29 17:04:30 1.1.1.2 @@ -7,12 +7,13 @@ TARGETS= libnndebugger.a -CPPFLAGS+= -I. -I.. -I../lib -I../m680x0 -I../fpe -I../vm - CXXSRCS= \ - consio.cpp \ + console.cpp \ + console_stdio.cpp \ + console_tcp.cpp \ debugger.cpp \ - memdump.cpp \ + debugger_m680x0.cpp \ + debugger_m88xx0.cpp \ OBJS= ${CXXSRCS:.cpp=.o}