--- nono/m680x0/Makefile 2026/04/29 17:04:34 1.1.1.3 +++ nono/m680x0/Makefile 2026/04/29 17:05:08 1.1.1.5 @@ -10,7 +10,10 @@ .include "../Makefile.inc" -TARGETS= libnnm680x0.a testacc testea testdis +TARGETS= libnnm680x0.a +.if !defined(NOTEST) +TARGETS+= testacc testea testdis +.endif CXXSRCS_lib= \ m68030acc.cpp \ @@ -41,7 +44,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"