From 24a9886717e0ddb1770e91df3ed1a164d6a23c1e 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 ee3e9c9d2..f222bb471 100644 --- a/targettest/Makefile +++ b/targettest/Makefile @@ -428,7 +428,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)