From eb932c7c313b5461ffaee0fd6ed0db1e9f5ca32b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 2 Mar 2026 03:26:47 -0500 Subject: Go back to loading at $2000, make stack 1 page, protocol decoding WIP. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b8aa9a..01e1b8f 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ PARTS=memsetup.xex font_dl.xex client.xex ATASM=atasm -s -a all: clean fnchat.xex + cp fnchat.xex /var/tnfs/ fnchat.xex: $(PARTS) cat $(PARTS) > fnchat.xex -- cgit v1.2.3