--- nono/m680x0/Makefile 2026/04/29 17:05:15 1.1.1.6 +++ nono/m680x0/Makefile 2026/04/29 17:05:22 1.1.1.7 @@ -11,7 +11,7 @@ .include "../Makefile.inc" TARGETS= libnnm680x0.a -.if !defined(NOTEST) +.if !defined(RELEASE) TARGETS+= testacc testea testdis .endif @@ -19,6 +19,7 @@ CXXSRCS_lib= \ m68030acc.cpp \ m68030bitfield.cpp \ m68030bus.cpp \ + m68030cache.cpp \ m68030core.cpp \ m68030disasm.cpp \ m68030ea.cpp \