aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/