diff options
author | Oxore <oxore@protonmail.com> | 2024-03-24 02:37:54 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-11-21 00:18:24 +0300 |
commit | 2294d3e82e986894c0645840d01ddd6b2cb08523 (patch) | |
tree | 4742e883898fd585ec50b0f40f159b08fd75b57e /Makefile | |
parent | 55245a2c76baeaebb032613617e426df899e9ee7 (diff) |
Move some GAS specific behavior to gnu.cpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ _LDFLAGS = $(LDFLAGS) $(OPTFLAGS) $(addprefix -T,$(LDSCRIPTS)) OBJECTS=main.o \ data_buffer.o \ disasm.o \ + gnu.o \ elf_image.o \ m68k.o |