Noun
makefile (plural makefiles)
Alternative spelling of make file
By default, when make looks for the makefile, if a makefile name was not included as a parameter, it tries the following names, in order: makefile and Makefile. Source: Internet
Overview Most often, the makefile directs make on how to compile and link a program. Source: Internet
Rules A makefile consists of “rules” in the following form: target: dependencies system command(s) A target is usually the name of a file that is generated by a program; examples of targets are executable or object files. Source: Internet
There is a Makefile you can use without Arduino. Source: Internet