make

The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. The manual describes the GNU implementation of make, which was written by Richard Stallman and Roland McGrath. Our examples show C programs, since they are most common, but you can use make with any programming language whose compiler can be run with a shell command. In fact, make is not limited to programs. You can use it to describe any task where some files must be updated automatically from others whenever the others change.
Current version: 3.82

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 3.82 download project version
2019-01-17 9 3.82 download project version
2017-07-13 8 3.82 download project version
2015-06-25 7 3.82 download project version
2014-03-07 6 3.82 download project version
2013-09-10 5 3.82 download project version
2012-10-31 4 3.82 download project version
2012-05-01 3 3.82 download project version
2005-11-08 2 3.8 download project version