aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-18 18:09:11 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-18 18:09:11 -0500
commitd8c844c0320f816d5f7235fdc171c3e4d964a737 (patch)
treeb173c05bb622d8c6089dafb9427be99a6339f36e /Makefile
parente05376aefc6b342859e8cddf9eca647dc61c3336 (diff)
downloadfujinet-chat-d8c844c0320f816d5f7235fdc171c3e4d964a737.tar.gz
Getting closer to working.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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