diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-15 01:56:52 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-15 01:56:52 -0400 |
| commit | 1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7 (patch) | |
| tree | cd6bf8aa0789af2d2607d07b054f5ff7175e408a /Makefile | |
| parent | a9a2e7df4a81494f4e6b06b02b9559806b931291 (diff) | |
| download | fujinet-chat-1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7.tar.gz | |
Loading screens for config and client.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
