aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-06 23:25:10 -0500
committerB. Watson <urchlay@slackware.uk>2026-03-06 23:25:10 -0500
commit396e9e6ca3732ec94e6aaa50804d250c795da264 (patch)
tree4d26b4237f8cec579215077b041450e33598d41e /Makefile
parent0310ed5a4662596251c5e3c641d409c6eda8ba01 (diff)
downloadfujinet-chat-396e9e6ca3732ec94e6aaa50804d250c795da264.tar.gz
Fix /me and /nick
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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/