diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 06:34:33 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 06:47:38 -0400 |
| commit | c74f74bf0e9e76ba712fa84a3206ded7654a083d (patch) | |
| tree | d9cffee7cb2c875a2daa89fcd35aa329aecc204e /Makefile | |
| parent | 8069f9f429ddcab0695bcd97c49ae5c98c833ba2 (diff) | |
| download | fujinet-chat-c74f74bf0e9e76ba712fa84a3206ded7654a083d.tar.gz | |
Fix Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex ATASM=atasm -s -a all: clean fnchat.xex - cp fnchat.xex /var/tnfs/ + [ -d /var/tnfs ] && cp fnchat.xex /var/tnfs/ || true fnchat.xex: $(PARTS) cat $(PARTS) > fnchat.xex @@ -20,7 +20,7 @@ config/config.xex: $(MAKE) -C config clean: - rm -f $(PARTS) *.o + rm -f $(PARTS) *.o src/*.o obj/atari/*.o config/*.o fnchat.xex $(MAKE) -f Makefile.client clean %.xex: %.asm |
