It is nice, but I am currently dropping all make/meson/cmake/etc based build systems for basic shell scripts where I break down the usage of the "compiler driver" in its basic steps (for instance C with CPP source files->C source files->assembly files->binary objects->linking).
It is nice, but I am currently dropping all make/meson/cmake/etc based build systems for basic shell scripts where I break down the usage of the "compiler driver" in its basic steps (for instance C with CPP source files->C source files->assembly files->binary objects->linking).