Difference between revisions of "Make (software)"

From wikieduonline
Jump to navigation Jump to search
 
Line 8: Line 8:
 
== Examples ==
 
== Examples ==
 
* <code>[[make install]]</code>
 
* <code>[[make install]]</code>
 +
* <code>[[make build]]</code>
 
* <code>[[make clean]]</code>
 
* <code>[[make clean]]</code>
  

Latest revision as of 13:13, 3 March 2024

wikipedia:Make (software) (1976)[1] is a build automation tool that automatically builds executable programs and libraries from source code by reading files called Makefiles which specify how to compile the target program.

Other build automation tools includes: Rake, Cake, MSBuild, Ant, Maven or Gradle (Java).

Examples[edit]

Activities[edit]

  1. Create your first Makefile

Related terms[edit]

See also[edit]

  • https://www.gnu.org/software/make/manual/make.html
  • Advertising: