Builds natives specified in bundlex.exs file
Accepts the following command line arguments:
--store-scripts- if set, shell scripts are stored in the project root folder for further analysis.--generate-lsp-config- if set, generatescompile_commands.jsonandcompile_flags.txtfor LSP tools like clangd to enable code navigation, autocompletion, and diagnostics.
Add :bundlex to compilers in your Mix project to have this task executed
each time the project is compiled.