Definition: A makefile is a text file containing rules that define how a Make works.
Compilers compare the time and date of each relevant source code files with object code and only recompile the code that has changed. The makefile defines which source code files are needed to make object files and applications, and the compiler and linker used to do the make.
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZExamples:
I exported a makefile from Visual C++

