aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 01:56:52 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 01:56:52 -0400
commit1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7 (patch)
treecd6bf8aa0789af2d2607d07b054f5ff7175e408a /Makefile
parenta9a2e7df4a81494f4e6b06b02b9559806b931291 (diff)
downloadfujinet-chat-1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7.tar.gz
Loading screens for config and client.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc33866..8d9af7b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PARTS=config/config.xex memsetup.xex font_dl.xex client.xex
+PARTS=loading1.xex config/config.xex loading2.xex memsetup.xex font_dl.xex client.xex
TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex
@@ -28,6 +28,12 @@ clean:
memsetup.xex: memsetup.asm
+loading1.xex: loading.asm
+ $(ATASM) -o$@ $<
+
+loading2.xex: loading.asm
+ $(ATASM) -o$@ -DCLIENT=1 $<
+
font_dl.xex: font_dl.asm font.dat
test: memsetup.xex font_dl.xex