devices utility app
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 4m29s
Build documentation / build-and-deploy (push) Successful in 3m51s

This commit is contained in:
2026-04-03 02:33:47 +02:00
parent 9a16029f4e
commit d79556a58f
10 changed files with 87 additions and 1 deletions

View File

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