From 2c75827cc7165cedf5e95ca67a857f01a0206a40 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Fri, 29 Dec 2023 22:02:29 +0100 Subject: [PATCH] valgrinds rule depends on all --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 524c30b..df57545 100644 --- a/makefile +++ b/makefile @@ -64,7 +64,7 @@ purge: clean rm -f purge $(ALLEXE:%=%.exe) $(call PASS, SUCCESS) -valgrinds: +valgrinds: all $(MAKE) $(addprefix valgrind_,$(ALLEXE)) wipe: purge -- 2.30.2