From 683739d6fc308da3a11d3359f5d7ecbc569e3c20 Mon Sep 17 00:00:00 2001 From: Sven Michael Klose Date: Sat, 25 Dec 2021 21:25:52 +0100 Subject: [PATCH] mostlyclean: Clean up. --- targettest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targettest/Makefile b/targettest/Makefile index f9afff64f..7d752480b 100644 --- a/targettest/Makefile +++ b/targettest/Makefile @@ -424,7 +424,7 @@ testcode.atr: testcode # Clean-up rules mostlyclean: - @$(DEL) *.lbl *.map *.lbl *.o 2>$(NULLDEV) + @$(DEL) *.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)