Makefile added with Version 1.2
This commit is contained in:
parent
b38e3fd015
commit
73d29d801f
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user