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)