From de4d0cc474ed09c5c442a8e2773f1b4052e3c921 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Thu, 2 Jul 2020 22:04:55 +0200 Subject: [PATCH] Small fix to make clean rule --- 6502/C64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 199a314..f4f00cf 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -15,7 +15,7 @@ vf_blk_fth: $(vf_blk_fth_files) clean: - rm -f cbmfiles/*.fr cbmfiles/%.fth *.log *.result + rm -f cbmfiles/*.fr cbmfiles/*.fth cbmfiles/*.log *.log *.result # Convenience targets