Closed
Description
Makefile.toml is currently a grab-bag of a lot of different build tasks, and it keeps growing. It would be better if we could refactor separate parts of it into separate files that get included into the main file.
I believe that this would also enable us to use Duckscript functions, allowing us to reduce code duplication.
This could involve a new top-level directory named build_scripts
or similar.