What is "makefile"

The Makefile is a file that contains instructions to be executed by the make program. make is a computer program designed to automatically compile the source code of a program. make uses instructions contained in a file called "Makefile" and is able to resolve the dependencies of the program you want to compile. The file "Makefile" consists of commands.