volumes Move volume management code to a specialized app
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m26s
Build documentation / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
2026-04-28 23:21:29 +02:00
parent bf9e2bd222
commit 1ea7b4171e
10 changed files with 119 additions and 83 deletions

View File

@@ -5,7 +5,8 @@ apps := \
sdutil \
usb \
mailtest \
devices
devices \
volumes
all_apps:
@for d in $(apps); do make -C $$d platform=$(platform) all; done