valgrinds rule depends on all
authorLaurent Mazet <mazet@softndesign.org>
Fri, 29 Dec 2023 07:21:42 +0000 (08:21 +0100)
committerLaurent Mazet <mazet@softndesign.org>
Fri, 29 Dec 2023 07:21:42 +0000 (08:21 +0100)
makefile

index d5c8da526a2373b0da40b631ef8ceb607551cc4e..73ea86ea5b12a145f33f69cafa8aa33a39b76b6b 100644 (file)
--- 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