summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-01-26 01:33:32 -0800
committerMike Pavone <pavone@retrodev.com>2013-01-26 01:33:32 -0800
commitf441792c084b79a77f677243342ed0cb6336e92d (patch)
tree121516a0064a8ae0537a9628bfa49dc9790b71a6 /Makefile
parent85164f4483132a3db4890defa59f6851a0f765fe (diff)
Tweaks to make blastem compatible with m68k-tester
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9000363..d849ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ dis : dis.o 68kinst.o
zdis : zdis.o z80inst.o
$(CC) -o zdis zdis.o z80inst.o
+libemu68k.a : 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o
+ ar rcs libemu68k.a 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o
+
trans : trans.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o
$(CC) -o trans trans.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o