From 735edaa8f7f597ddb81a842a5c1363b8acd96cdc Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 8 Jul 2025 07:38:59 +0200 Subject: [PATCH] Add missing files to "clean" target. --- targettest/Makefile | 2 +- targettest/cbm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targettest/Makefile b/targettest/Makefile index 2b9732c67..ac4c4e0ac 100644 --- a/targettest/Makefile +++ b/targettest/Makefile @@ -967,7 +967,7 @@ testcode.atr: testcode # Clean-up rules mostlyclean: - @$(DEL) *.lbl *.map *.o 2>$(NULLDEV) + @$(DEL) .errlog *.lbl *.map *.o 2>$(NULLDEV) # we cant use .s since we have asm files in the directory that we want to keep @$(DEL) ${patsubst %.c,%.s,$(wildcard *.c)} 2>$(NULLDEV) diff --git a/targettest/cbm/Makefile b/targettest/cbm/Makefile index 6359a154a..8963290a0 100644 --- a/targettest/cbm/Makefile +++ b/targettest/cbm/Makefile @@ -128,6 +128,6 @@ testcode.d64: testcode # $(foreach file,$(EMD) $(MOU) $(TGI),$(D64_WRITE_SEQ_recipe)) clean: - @$(DEL) *.lbl petscii.prg cbmdir-test.prg 2>$(NULLDEV) + @$(DEL) *.lbl petscii.prg cbmdir-test.prg cbmread.prg 2>$(NULLDEV) @$(DEL) $(DISK_c64) @$(DEL) $(DISK_vic20)