.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.