diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-18 18:09:11 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-18 18:09:11 -0500 |
| commit | d8c844c0320f816d5f7235fdc171c3e4d964a737 (patch) | |
| tree | b173c05bb622d8c6089dafb9427be99a6339f36e /Makefile | |
| parent | e05376aefc6b342859e8cddf9eca647dc61c3336 (diff) | |
| download | fujinet-chat-d8c844c0320f816d5f7235fdc171c3e4d964a737.tar.gz | |
Getting closer to working.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
