https://www.gnu.org/software/make/
A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files. Make
allows users to build and install packages without any significant
knowledge about the details of the build process. The details about
how the program should be built are provided for make in the program's
makefile.
Version: 4.4.1
General Commands | |
gmake | alias for make |
make | GNU Make utility to maintain groups of programs |