Berry failed port attempt leftovers :(
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s

This commit is contained in:
2026-03-08 23:35:41 +01:00
parent ed4db21cf2
commit bea4ddd2c8
22 changed files with 218 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
apps := \
init \
spin \
ce
ce \
all_apps:
@for d in $(apps); do make -C $$d platform=$(platform) all; done