Friday, April 24, 2015

The "make" Command and "Makefiles"

A makefile consists of a set of dependencies and rules. A dependency has a target (a file to be created) and a set of source files upon which it is dependent. The rules describe how to create the target from the dependent files. Typically, the target is a single executable file.

...

https://www.hackerearth.com/notes/the-make-command-and-makefiles/  (details)

No comments:

Post a Comment