summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-03-24 02:04:41 +0300
committerOxore <oxore@protonmail.com>2024-11-21 00:18:24 +0300
commit7581621f49890a2d48e7ee4f1eb5e58679751187 (patch)
treea194549e680f21af7621b74fb9632d093b2fd934 /Makefile
parente6cea752f051b68ff92b387c5684cf1a36782af7 (diff)
Split disassembly logic into a separate translation unit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a305b8..a1c05a0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ _LDFLAGS = $(LDFLAGS) $(OPTFLAGS) $(addprefix -T,$(LDSCRIPTS))
OBJECTS=main.o \
data_buffer.o \
+ disasm.o \
elf_image.o \
m68k.o