.MAKE 文件扩展名
Xcode Makefile Script
| 开发者 | Apple |
| 受欢迎程度 |
3.1 | 10 票 |
什么是 MAKE 文件?
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.
更多信息
注: Makefiles more commonly are created with the filename Makefile, which does not have a file extension.
可打开 MAKE 文件的程序
Drush Makefile
| 开发者 | Drush Make |
| 受欢迎程度 |
3.0 | 2 票 |
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.
更多信息
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.
注: 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.