GNU Make
build-tools build-tool
Classic Unix build automation tool
Pros and Cons
Ventajas
- + Universal availability
- + Simple for basic tasks
- + Language agnostic
- + Incremental builds
- + Very lightweight
Desventajas
- - Makefile syntax is arcane
- - Tab sensitivity issues
- - Limited for complex builds
Casos de Uso
- C/C++ compilation
- Task automation
- Build orchestration