A GNU tool which simplifies the build process for users https://www.gnu.org/software/make/
Go to file
2024-01-06 06:53:10 +01:00
make-3.82-savannah-bugs-30612-30723.patch automatic version update by autodist [release 4.0-1mamba;Fri Oct 11 2013] 2024-01-06 06:53:10 +01:00
make.spec automatic version update by autodist [release 4.0-1mamba;Fri Oct 11 2013] 2024-01-06 06:53:10 +01:00
README.md automatic version update by autodist [release 4.0-1mamba;Fri Oct 11 2013] 2024-01-06 06:53:10 +01:00

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.

The GNU make tool should be installed on your system because it is commonly used to simplify the process of installing programs.