From e073332e680997af0eb799f7a005674b5d45ae7f Mon Sep 17 00:00:00 2001 From: Andre Fachat Date: Sat, 28 Oct 2023 20:04:30 +0200 Subject: [PATCH] add missing rm in test --- xa/tests/ldoreloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xa/tests/ldoreloc/Makefile b/xa/tests/ldoreloc/Makefile index 5922ca4..818d56c 100644 --- a/xa/tests/ldoreloc/Makefile +++ b/xa/tests/ldoreloc/Makefile @@ -132,5 +132,5 @@ t61: linked61.o65 t62: linked62.o65 clean: - rm -f *.o65 *.hex t1 t2 t10 t11 t20 t21 t30 t31 t40 t41 t50 t51 t60 t61 + rm -f *.o65 *.hex t1 t2 t10 t11 t20 t21 t30 t31 t40 t41 t50 t51 t60 t61 t62