From 396e9e6ca3732ec94e6aaa50804d250c795da264 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 6 Mar 2026 23:25:10 -0500 Subject: Fix /me and /nick --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01e1b8f..cf1378c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ PARTS=memsetup.xex font_dl.xex client.xex +TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex + # remove the -a if using older versions of atasm ATASM=atasm -s -a @@ -28,3 +30,8 @@ font_dl.xex: font_dl.asm font.dat test: memsetup.xex font_dl.xex cl65 -C src/atari.cfg -t atari -o testmain.xex src/addrs.c src/edbox.c src/screen.c src/keyclick.s uitest/test.c cat memsetup.xex font_dl.xex testmain.xex > test.xex + +install: all + cp fnchat.xex $(TESTXEX) + sluk $(TESTXEX) + scp $(TESTXEX) zapp:/var/tnfs/ -- cgit v1.2.3