Build Systems
From mylearnings
- Build System's Goals
- Automate the compilation and linking of source files into executables.
- Recompile only the changed portion of the source code, and the portions dependent on the changed code.
- The build system should be a programming language that allows you to avoid redundant code.