summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-08 16:19:01 +1100
committerkitty <nepeta@canaglie.net>2026-02-08 16:19:01 +1100
commit3db62aa566a0d67282562a9bac72d0f6bf5c00cb (patch)
tree11d397e8516eb54278b5053f78b108c53f200555 /Makefile
parent14ef00273e2857a8d68b5bd4c542e3d9d82582d7 (diff)
initfile BYE working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 $@ $<