--- nono/m88xx0/Makefile 2026/04/29 17:04:52 1.1.1.3 +++ nono/m88xx0/Makefile 2026/04/29 17:05:15 1.1.1.7 @@ -10,12 +10,14 @@ .include "../Makefile.inc" -TARGETS= libnnm88xx0.a testdis +TARGETS= libnnm88xx0.a +.if !defined(NOTEST) +TARGETS+= testdis +.endif -CXXSRCS_lib= \ +CXXSRCS_lib= \ m88100core.cpp \ m88100disasm.cpp \ - m88100subr.cpp \ m88200.cpp \ CXXSRCS_test= \ @@ -30,7 +32,7 @@ libnnm88xx0.a: ${OBJS_lib} ${AR} r $@ $> ${RANLIB} $@ -testdis: testdis.o m88100disasm.o ../debugger/debugger_memory.o ../lib/mystring.o +testdis: testdis.o m88100disasm.o ../lib/mystring.o ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} .include "../Makefile.rule"