Makefile added with Version 1.2

This commit is contained in:
Dirk Alders 2025-08-05 15:50:00 +02:00
parent 7c3562737c
commit 32428e0ce5
8 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# Version 1.1 (2025-08-05)
# Version 1.2 (2025-08-05)
default: help
.ONESHELL:
@ -19,21 +19,21 @@ init: print_head
git submodule init
git submodule update
fi
# Init submodules
for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do
$(MAKE) --no-print-directory -C $$(dirname $$subdir) init
done
# Create venv if needed
if [[ -e $(VENV_FLAG) ]]; then
if [[ ! -e $(VENV_FOLDER) ]]; then
mkvenv
fi
fi
# Start my init script if needed
if [[ -x $(INIT_FILE) ]]; then
$(INIT_FILE)
fi
initall:
for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do
$(MAKE) --no-print-directory -C $$(dirname $$subdir) init
done
status: print_head
giti
echo "Submodules:"

@ -1 +1 @@
Subproject commit d6ead58012f892f4457f8f8fe68d1dcb837363f5
Subproject commit 81d2d82d94a2e84013dcbf29bc802c80697f8f66

2
loggy

@ -1 +1 @@
Subproject commit 38f8e67c627c5213716959634c6a1769d613596e
Subproject commit 46ea7a8d9e717067ca3c160403102649e34d5e2f

@ -1 +1 @@
Subproject commit 967894f32f9b150b7e7a9b75c2950b9cb3929edc
Subproject commit 749669e71d30217737a5089805cf88207792885d

2
netst

@ -1 +1 @@
Subproject commit 5875c90998b1b7202764520e1dd62bc1f8d1ef59
Subproject commit b91588bc30e6f04b11dabed884d4762032a320f3

@ -1 +1 @@
Subproject commit dd45f657ae496ab84e4169f8c6c254097607d7a0
Subproject commit c5f7e2910e62bebc971f6ab027c1908ccca05c03

2
pyrip

@ -1 +1 @@
Subproject commit 7165e74a00823a1756f9938e8b45ec8109236948
Subproject commit 2313103493d704145a58e5365310d83dcb324d59

@ -1 +1 @@
Subproject commit 64a1e13d6486954c23814c31bf0524f43b834ea6
Subproject commit fa83577e4e460f2f6c0d5b54935e659049ab5ffb