Makefile added with Version 1.2

This commit is contained in:
Dirk Alders 2025-08-05 15:44:36 +02:00
parent b38e3fd015
commit 73d29d801f

View File

@ -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