From 14ef00273e2857a8d68b5bd4c542e3d9d82582d7 Mon Sep 17 00:00:00 2001 From: kitty Date: Sun, 8 Feb 2026 15:53:35 +1100 Subject: i believe it now passes PARSE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff03bbf..72f7701 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TARGET := jefs SRCS = $(TARGET).s $(TARGET): $(TARGET).o - ld -static -o $@ $< + ld --omagic -static -o $@ $< $(TARGET).o: $(SRCS) nasm -g -F dwarf -O0 -f elf64 -o $@ $< -- cgit v1.2.3