i remember that one i tried searching for a build system for c that was customizable. and i mean flexibly customizable, not that pseudo editable bullshit like cmake, mason or something else I found.

i just wanted to write a custom build script that had to fetch information about the executable being compiled and further provide a relocatable file to be linked into the executable.

well in the end I found it to be `make`. yey.