.MAKEFILE File
.makefile is Makefile
Features | Description |
---|---|
File Extension | .makefile |
Format | Text |
Category | Developer |
.makefile is Makefile
Features | Description |
---|---|
File Extension | .makefile |
Format | Text |
Category | Developer |
What's on this Page
The makefile file extension is associated with the Makefile used by various compilers of programming languages.
The makefile has instructions for a specific project.
Make reads its instructions from text files. An initialization file is read first, followed by the makefile. The initialization file holds instructions for all makes and is used to customize the operation of Make. Make automatically reads the initialization file whenever it starts up.
Files with makefile file extension are related to the Makefiles. A makefile stores instructions for a specific programming project.