What is a Makefile? C++

Q

What is a Makefile? C++

✍: Guest

A

Makefile is a utility in Unix to help compile large programs. It helps by only compiling the portion of the program that has been changed.
A Makefile is the file and make uses to determine what rules to apply. make is useful for far more than compiling programs.

2012-04-06, 3662👍, 0💬