.MAKE File Extension
Xcode Makefile Script
Developer | Apple |
Popularity |
3.1 | 10 Votes |
What is a MAKE file?
Script written as a Makefile, a developer file type that is used for compiling and linking programs from source code files; stores instructions using the GNU make standard.
More Information
NOTE: Makefiles more commonly are created with the filename Makefile, which does not have a file extension.
Programs that open MAKE files
Drush Makefile
Developer | Drush Make |
Popularity |
3.0 | 2 Votes |
File used by Drush make, a Drush extension designed for building ready-to-use Drupal websites; saved in a plain text format and contains information required to download and configure a Drupal installation; specifies the version of Drupal required for the website and contains a patch URL for the project if necessary.
More Information
Drush is short for "Drupal Shell." It is a shell extension for Drupal CMS (content management system) software that allows command line administration of Drupal configurations. Drush make is an extension for this shell that reads MAKE files and enables Drupal to be downloaded and configured.
NOTE: The term "Makefile" typically refers to a file named Makefile, which is used to build source code into an executable program. This type of file does not have a file extension.