summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-03-28 00:13:35 -0700
committerMichael Pavone <pavone@retrodev.com>2017-03-28 00:13:35 -0700
commit15be1a3421956600cf3a773b96bf7aaf8f092d04 (patch)
tree377049a149b3cae59df5a804e393847823525ad8 /Makefile
parent246813eedfa1274917f3a88755afd3a316ee8aae (diff)
Implemented M68K trace mode. Some edge cases/SR update paths still need work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee55219..3bd1152 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ CPU:=i686
endif
endif
-TRANSOBJS=gen.o backend.o $(MEM) arena.o
+TRANSOBJS=gen.o backend.o $(MEM) arena.o tern.o
M68KOBJS=68kinst.o m68k_core.o
ifeq ($(CPU),x86_64)
M68KOBJS+= m68k_core_x86.o