diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-01-26 01:33:32 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-01-26 01:33:32 -0800 |
commit | f441792c084b79a77f677243342ed0cb6336e92d (patch) | |
tree | 121516a0064a8ae0537a9628bfa49dc9790b71a6 /Makefile | |
parent | 85164f4483132a3db4890defa59f6851a0f765fe (diff) |
Tweaks to make blastem compatible with m68k-tester
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |