GNU Make
GNU Make build system is one of the most popular low-level build systems for decades, particularly on Unix-like systems. High-level meta-build systems like CMake often support GNU Make as a backend. A faster modern alternative to CMake is Ninja.
2024
- 2024-01-17 – CMake build parallel
2023
- 2023-08-09 – CMake generator version
- 2023-07-10 – GNU Make environment variables
- 2023-06-08 – Fortran derived type change needs fresh build
- 2023-02-27 – CMake build files require CMake
2022
- 2022-10-22 – CMake ExternalProject ensure same compilers
- 2022-07-24 – CMake get CPU count
- 2022-02-27 – Build Make external projects from CMake
2021
- 2021-01-18 – Using CMake on Windows
2020
- 2020-02-06 – GNU Make parallel build
2019
- 2019-08-15 – Windows symlink examples