makefile

/ˈmeɪkfɪl/

Definitions

1. noun

A text file that contains a set of instructions (called recipes or rules) for automatically compiling or building other files in a computer program, typically used in software development and especially in the GNU Build System.

“The project requires a makefile to compile the code and generate the executable.”

Synonyms

  • buildfile
  • compilation script
  • configuration file

Antonyms

  • executable file
  • runfile