For the complete documentation index, see llms.txt. This page is also available as Markdown.

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