make/README.md

9 lines
490 B
Markdown
Raw Permalink Normal View History

2024-01-06 06:53:08 +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.