From f1bf0a483e917b67cf9db6483072db261f7688c3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Feb 2026 03:45:41 -0500 Subject: Start welding the new UI code to the client. Compiles but doesn't work yet... --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ceb932..6a38c8a 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,15 @@ all: fnchat.xex fnchat.xex: $(PARTS) cat $(PARTS) > fnchat.xex -client.xex: +client.xex: client + +client: $(MAKE) -f Makefile.client +clean: + rm -f $(PARTS) + $(MAKE) -f Makefile.client clean + %.xex: %.asm $(ATASM) -o$@ $< -- cgit v1.2.3