| Visit tutorial >> |
| A file that instructs the program make how to compile and link a program. The default name of the makefile is literally Makefile, but the name can be specified with a command-line option. The make program aids you in developing your large programs by keeping track of which portions of the entire program have been changed, compiling only those parts of the program which have changed since the last compile. |
| Hits: 272 |