Added draft for graph generation

This commit is contained in:
2025-07-11 07:40:16 +02:00
parent 3c63936970
commit 23bbe0520c
4 changed files with 182 additions and 85 deletions

View File

@@ -21,6 +21,10 @@ EXTRA_USERS := $(shell \
.PHONY: build install test
tree:
@echo Generating Tree
python3 main.py generate tree -L 1
build:
@echo "🔧 Generating users defaults → $(USERS_OUT)"
python3 $(USERS_SCRIPT) \