aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-13 06:08:41 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-13 06:09:48 -0400
commitad5646c813f1068342592a63646de7ba5dae7c3c (patch)
tree763b118e6e3affe1a93f3cc4d324810b90568384 /config/Makefile
parentf844caecef4174f1fd52c1e810a836489935a01d (diff)
downloadfujinet-chat-ad5646c813f1068342592a63646de7ba5dae7c3c.tar.gz
Move crt0.s STARTUP segment to page 6 (where it can be overwritten by edit_box after it runs). 7729 bytes free.
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile
index 9ce3ffe..b27952f 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -3,7 +3,7 @@ all: config.xex
#config.xex: config.c exetrailer.s ../src/config.h ../src/config.c
config.xex:
- cl65 -DVERSION='"$(VERSION)"' -m config.map -Oris -t atari -C ../src/atari.cfg -o config.xex config.c os2ram.c ../src/exehdr.s exetrailer.s
+ cl65 -DVERSION='"$(VERSION)"' -m config.map -Oris -t atari -C atari.cfg -o config.xex config.c os2ram.c ../src/exehdr.s exetrailer.s
clean:
rm -f config.xex