From d8c844c0320f816d5f7235fdc171c3e4d964a737 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 18 Feb 2026 18:09:11 -0500 Subject: Getting closer to working. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42d5957..e48f3c3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PARTS=memsetup.xex font_dl.xex client.xex # remove the -a if using older versions of atasm ATASM=atasm -s -a -all: fnchat.xex +all: clean fnchat.xex fnchat.xex: $(PARTS) cat $(PARTS) > fnchat.xex -- cgit v1.2.3