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. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf1378c..d016e10 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PARTS=memsetup.xex font_dl.xex client.xex +PARTS=config/config.xex memsetup.xex font_dl.xex client.xex TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex @@ -16,6 +16,9 @@ client.xex: client client: $(MAKE) -f Makefile.client +config/config.xex: + $(MAKE) -C config + clean: rm -f $(PARTS) *.o $(MAKE) -f Makefile.client clean -- cgit v1.2.3