Makefile added with Version 1.5

This commit is contained in:
Dirk Alders 2025-08-06 08:47:57 +02:00
parent 17f3f88571
commit e1c8470547

View File

@ -1,4 +1,4 @@
# git helper Makefile: Version 1.4 (2025-08-05) # git helper Makefile: Version 1.5 (2025-08-05)
default: help default: help
.ONESHELL: .ONESHELL:
@ -23,9 +23,9 @@ help:
echo " - deepclean - clean up this and all Makefiles below" echo " - deepclean - clean up this and all Makefiles below"
$(MAKE) localhelp $(MAKE) localhelp
echo "You are able to create files make.d/*.mk and add local rules there. " echo "You are able to create files make.d/*.mk and add local rules there. "
echo " - localinit - Will be executed as last step in the init process." echo " - localinit: print_head - Will be executed as last step in the init process."
echo " - localhelp - Will be executed in th middle of the help text generation" echo " - localhelp: print_head - Will be executed in th middle of the help text generation"
echo " - localclean - Will be executed before the clean rule" echo " - localclean:print_head - Will be executed before the clean rule"
localinit: localinit: