diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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/ |
