From: Mazet Laurent Date: Tue, 6 May 2025 07:14:27 +0000 (+0200) Subject: correct makefile X-Git-Tag: v1.0~29^2~16 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=21ca593a05c38cf6ea331482f52e6b42eed0ee8b;p=morep.git correct makefile --- 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))