From 3db62aa566a0d67282562a9bac72d0f6bf5c00cb Mon Sep 17 00:00:00 2001 From: kitty Date: Sun, 8 Feb 2026 16:19:01 +1100 Subject: initfile BYE working --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72f7701..d20ec79 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ TARGET := jefs SRCS = $(TARGET).s +all: $(TARGET) $(TARGET).fs + $(TARGET): $(TARGET).o ld --omagic -static -o $@ $< -- cgit v1.2.3