diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 06:26:04 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 06:26:39 -0400 |
| commit | d92bf1f7cf76d0c678ccbaea10a5ff6d41630e52 (patch) | |
| tree | d890d17b83013c6f0a975f8431d478eff94f5542 /config/Makefile | |
| parent | ea47f06b8fa0ebab649ea1f7b323246d7e482438 (diff) | |
| download | fujinet-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/Makefile | 8 |
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 |
