mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-05 22:37:38 +00:00
75ece38725
Create entrypoint to orchestrate the build steps Supported commands: make, ninja Passes additional arguments to the make / ninja command at the end (like -jNN) There is a shortcut to make -jNN by just specifying -jNN Anything else will be directly executed (like getting a shell into the container with bash -li is still possible)