diff Makefile @ 2213:53411df7fc71

More 68K disassembler refactoring and fix Windows build failure
author Michael Pavone <pavone@retrodev.com>
date Mon, 29 Aug 2022 21:58:37 -0700
parents 4c265d2f6c88
children 0d1d5dccdd28
line wrap: on
line diff
--- a/Makefile	Sun Aug 28 22:49:26 2022 -0700
+++ b/Makefile	Mon Aug 29 21:58:37 2022 -0700
@@ -178,7 +178,7 @@
 endif
 
 TRANSOBJS=gen.o backend.o $(MEM) arena.o tern.o
-M68KOBJS=68kinst.o
+M68KOBJS=68kinst.o disasm.o
 
 ifdef NEW_CORE
 Z80OBJS=z80.o z80inst.o