Makefile added with Version 1.3

This commit is contained in:
Dirk Alders 2025-08-05 17:37:19 +02:00
parent fa83577e4e
commit 5e1b205bef

View File

@ -1,4 +1,4 @@
# Version 1.2 (2025-08-05)
# git helper Makefile: Version 1.3 (2025-08-05)
default: help
.ONESHELL:
@ -34,6 +34,9 @@ init: print_head
$(INIT_FILE)
fi
update_submodules:
git submodule foreach "git checkout master && git pull && git submodule init && git submodule update"
status: print_head
giti
echo "Submodules:"