From 3a71536c92465cdd27efa58db9cd58efe751f610 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Fri, 29 Dec 2023 08:21:42 +0100 Subject: [PATCH] valgrinds rule depends on all --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d5c8da5..73ea86e 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