diff options
author | Oxore <oxore@protonmail.com> | 2025-01-06 13:29:26 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2025-01-06 13:29:26 +0300 |
commit | 81784c7c669bc085e4c3f9759cb7638bdaa1d432 (patch) | |
tree | 648d16235fb4366114d9d96b48150908d37c7454 | |
parent | d2fbe37d361d7853766ceff3221f322fc8bafcfa (diff) |
Fix Makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ _LDFLAGS = $(LDFLAGS) $(OPTFLAGS) $(addprefix -T,$(LDSCRIPTS)) OBJECTS=main.o \ data_buffer.o \ disasm.o \ - gnu.o \ elf_image.o \ m68k.o |