diff Makefile @ 883:9f149f0e98b7

It is now possible to switch back and forth between the menu ROM and the game
author Michael Pavone <pavone@retrodev.com>
date Fri, 13 Nov 2015 19:15:37 -0800
parents 69a6ec208111
children e60eb88d7b09
line wrap: on
line diff
--- a/Makefile	Mon Nov 09 22:34:36 2015 -0800
+++ b/Makefile	Fri Nov 13 19:15:37 2015 -0800
@@ -91,7 +91,7 @@
 CPU:=$(shell uname -m)
 endif
 
-TRANSOBJS=gen.o backend.o $(MEM)
+TRANSOBJS=gen.o backend.o $(MEM) arena.o
 M68KOBJS=68kinst.o m68k_core.o
 ifeq ($(CPU),x86_64)
 M68KOBJS+= m68k_core_x86.o