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
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -29,7 +29,7 @@ init: print_head
|
|||||||
$(INIT_FILE)
|
$(INIT_FILE)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
initall:
|
initall: init
|
||||||
for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do
|
for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do
|
||||||
$(MAKE) --no-print-directory -C $$(dirname $$subdir) init
|
$(MAKE) --no-print-directory -C $$(dirname $$subdir) init
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user