summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-10-30 19:42:48 -0700
committerMichael Pavone <pavone@retrodev.com>2016-10-30 19:42:48 -0700
commitd350c84a11393f5d3a12e434951341c101530f5a (patch)
treeaf6be5c2f2218a2759bf472a3d1a04dae98a825f /Makefile
parentd7f2b350f2f34322f0099c399c0436c0eaffcb1a (diff)
Initial stab at jaguar disassemler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16192f2..7119b73 100644
--- a/Makefile
+++ b/Makefile
@@ -165,6 +165,9 @@ blastjag$(EXE) : jaguar.o jag_video.o render_sdl.o $(M68KOBJS) $(TRANSOBJS) $(CO
dis$(EXE) : dis.o 68kinst.o tern.o vos_program_module.o
$(CC) -o $@ $^
+
+jagdis : jagdis.o jagcpu.o tern.o
+ $(CC) -o $@ $^
zdis$(EXE) : zdis.o z80inst.o
$(CC) -o $@ $^