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