--- nono/m680x0/Makefile 2026/04/29 17:04:34 1.1.1.3 +++ nono/m680x0/Makefile 2026/04/29 17:04:43 1.1.1.4 @@ -41,7 +41,7 @@ testacc: testacc.o testea: testea.o ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} -testdis: testdis.o m68030disasm.o ../lib/mystring.o +testdis: testdis.o m68030disasm.o ../debugger/debugger_memory.o ../lib/mystring.o ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} .include "../Makefile.rule"