diff --git a/Makefile b/Makefile index a9a208a..36834fe 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Version 1.1 (2025-08-05) +# Version 1.2 (2025-08-05) default: help .ONESHELL: @@ -29,7 +29,7 @@ init: print_head $(INIT_FILE) fi -initall: +initall: init for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do $(MAKE) --no-print-directory -C $$(dirname $$subdir) init done