Aetias

Results 2 issues of Aetias

A `custom_make` option such as `make MY_VALUE=1` is interpreted as an entire command with no arguments. So, to allow for custom arguments, I've added a `custom_args` option. I hope the...

Building on WSL uses `wsl --cd ...` which expects a Windows/Linux path and doesn't work with `\\wsl.localhost` paths. I fixed this by stripping the prefix `\\wsl.localhost\{distro}` and replacing it with...