.MAKE File
.make is Xcode Makefile Script
Features | Description |
---|---|
File Extension | .make |
Format | Text |
Created by | Apple |
Category | Developer |
.make is Xcode Makefile Script
Features | Description |
---|---|
File Extension | .make |
Format | Text |
Created by | Apple |
Category | Developer |
What's on this Page
The make file extension is associated with the Makefile used by various compilers of programming languages.
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.
The makefile has instructions for a specific project. The default name of the makefile is literally makefile.
A make file extension is related to the Makefile, which is used by compilers and development tools.