make

make is a build automation tool that "controls the generation of executables and other non-source files of a program from the program's source files." This is done by reading instructions stored in Makefiles which specify how to derive the target program.

Last updated