From d92bf1f7cf76d0c678ccbaea10a5ff6d41630e52 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 06:26:04 -0400 Subject: Remove server/nick prompts from client, add a separate config tool that loads as an init segment, with lots more options. --- config/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config/Makefile') 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 -- cgit v1.2.3