Makefile
M
Makefile
Definition
A build automation file used by the Make utility. It defines rules and dependencies for compiling and linking programs, widely used in C/C++ and Unix development.