aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-27 22:58:45 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-27 22:58:45 -0400
commit443d77468cd97d65d2af5ebd52afca62ea44df85 (patch)
treed005a852db81b0ab8860f227b4a8036cfd3eed3f /config/Makefile
parent5ffacabaca37bfae01c07624d1e74efb7bd0680c (diff)
downloadfujinet-chat-443d77468cd97d65d2af5ebd52afca62ea44df85.tar.gz
Tweak the config, add doc/dynamic-screens.txtHEADmaster
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/config/Makefile b/config/Makefile
index 6518ea7..15567e9 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -3,11 +3,7 @@ all: config.xex
#config.xex: config.c exetrailer.s ../src/config.h ../src/config.c
config.xex:
- cl65 -DVERSION='"$(VERSION)"' -Oris -t atari -C ../src/atari.cfg -o config.xex config.c ../src/exehdr.s exetrailer.s ../src/config.c
+ 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 ../src/config.c
-test:
- cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c
- cl65 -Oris -t atari -C ../src/atari.cfg -o conftest.xex conftest.c
- cat config.xex conftest.xex > autorun.sys
- cp dos25_sd.atr test.atr
- axe -w autorun.sys test.atr
+clean:
+ rm -f config.xex