Earlier quoted context omitted.
This syntax is also uber ugly. I can’t understand why C still hasn’t a proper build system that is either using convention over configuration (like Go or Rust) or something like cmake but with a proper syntax (maybe something in pyhon?)
Scons ( https://scons.org/ ) is one alternative. The configurations (and Scons itself) are Python.
If you like scons check out meson, which feels similar I think.