Commit graph

3 commits

Author SHA1 Message Date
fewtarius
09550b8194
* foreach now supports command stacking, ex:
```
docs:
        ./tools/foreach './scripts/clean emulators && ./scripts/build emulators'
```
2023-07-15 15:50:50 +00:00
fewtarius
f3de7f8024
* Add make docs option to Makefile.
* Fix missing uae4arm.
2023-07-15 15:28:28 +00:00
fewtarius
38c5ad528f
* Adds better logging to autostart.
* Updates RK3326 documentation for amiberry.
* New dev tool - foreach.  Provides a mechanism to execute commands against all projects/devices/architectures to simplify iterating.
  * Usage: `./tools/foreach ./scripts/clean emulators`
2023-07-15 14:29:52 +00:00