From 21ca593a05c38cf6ea331482f52e6b42eed0ee8b Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Tue, 6 May 2025 09:14:27 +0200 Subject: [PATCH] correct makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 67bb82c..3923116 100644 --- a/makefile +++ b/makefile @@ -112,7 +112,7 @@ wipe: purge $(call PASS, SUCCESS) tests: - -rm -f $(ALLEXE) + -rm -f $(ALLEXE:%=%.exe) $(MAKE) all $(MAKE) $(addprefix test_,$(ALLEXE)) -- 2.30.2