diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-17 03:45:41 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-17 03:45:41 -0500 |
| commit | f1bf0a483e917b67cf9db6483072db261f7688c3 (patch) | |
| tree | 66fc917d1c224f891eb57a6a59710b73569482ba /Makefile | |
| parent | 4187e2f3bd0d12e37c494cb990bf4fbd7885555e (diff) | |
| download | fujinet-chat-f1bf0a483e917b67cf9db6483072db261f7688c3.tar.gz | |
Start welding the new UI code to the client. Compiles but doesn't work yet...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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$@ $< |
