--- nono/m680x0/Makefile 2026/04/29 17:04:43 1.1.1.4 +++ 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 \