Makefile added with Version 1.5
This commit is contained in:
parent
17f3f88571
commit
e1c8470547
8
Makefile
8
Makefile
@ -1,4 +1,4 @@
|
||||
# git helper Makefile: Version 1.4 (2025-08-05)
|
||||
# git helper Makefile: Version 1.5 (2025-08-05)
|
||||
default: help
|
||||
|
||||
.ONESHELL:
|
||||
@ -23,9 +23,9 @@ help:
|
||||
echo " - deepclean - clean up this and all Makefiles below"
|
||||
$(MAKE) localhelp
|
||||
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 " - localhelp - Will be executed in th middle of the help text generation"
|
||||
echo " - localclean - Will be executed before the clean rule"
|
||||
echo " - localinit: print_head - Will be executed as last step in the init process."
|
||||
echo " - localhelp: print_head - Will be executed in th middle of the help text generation"
|
||||
echo " - localclean:print_head - Will be executed before the clean rule"
|
||||
|
||||
localinit:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user