aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-18 13:08:23 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-18 13:08:23 -0500
commit48feffd829f30d393b39ae1cbdc7bf3eddca7652 (patch)
tree0db282f0c9b9a0fd9825426a51742fc37afbe128 /Makefile
parentf1bf0a483e917b67cf9db6483072db261f7688c3 (diff)
downloadfujinet-chat-48feffd829f30d393b39ae1cbdc7bf3eddca7652.tar.gz
WIP, still not working.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a38c8a..42d5957 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ client:
$(MAKE) -f Makefile.client
clean:
- rm -f $(PARTS)
+ rm -f $(PARTS) *.o
$(MAKE) -f Makefile.client clean
%.xex: %.asm