From 80fff7ce0984086cad0a888e7d6069ecc2caab59 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 13 Mar 2026 11:18:03 +0100 Subject: [PATCH] cleanup --- tests/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 152b9b1dd..1974462c2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -96,10 +96,9 @@ abcopt-./%: %/run-test.sh makefile-tests: $(MK_TEST_DIRS:%=makefile-./%) prep: $(MK_TEST_DIRS:%=%/Makefile) @echo "All Makefiles generated." -# this target actually emits Makefile files -.PHONY: force-create -force-create: +.PHONY: force-create +# this target actually emits Makefile files %/Makefile: force-create +@cd $* && python3 generate_mk.py