aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 06:26:04 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 06:26:39 -0400
commitd92bf1f7cf76d0c678ccbaea10a5ff6d41630e52 (patch)
treed890d17b83013c6f0a975f8431d478eff94f5542 /config/Makefile
parentea47f06b8fa0ebab649ea1f7b323246d7e482438 (diff)
downloadfujinet-chat-d92bf1f7cf76d0c678ccbaea10a5ff6d41630e52.tar.gz
Remove server/nick prompts from client, add a separate config tool that loads as an init segment, with lots more options.
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/Makefile b/config/Makefile
index 98eb07f..a371135 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -1,10 +1,12 @@
all: config.xex
-config.xex: config.c exetrailer.s ../src/config.h
- cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s
+#config.xex: config.c exetrailer.s ../src/config.h ../src/config.c
+
+config.xex:
+ cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c
test:
- cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s
+ cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c
cl65 -t atari -C ../src/atari.cfg -o conftest.xex conftest.c
cat config.xex conftest.xex > autorun.sys
cp dos25_sd.atr test.atr