GNU Make, Parallel Processing

(4rknova.com)

2 points | by ibobev 2 days ago ago

1 comments

  • sylware 2 days ago

    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).