Difference between revisions of "Make (software)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Make<ref>https://www.gnu.org/software/make/manual/make.html</ref> is a build automation tool that automatically builds executable programs and libraries from source code b...")
 
Line 10: Line 10:
 
== See also ==
 
== See also ==
 
* [[Programming languages]]
 
* [[Programming languages]]
 +
* {{make}}
  
 
[[Category:Computer programming]]
 
[[Category:Computer programming]]

Revision as of 08:54, 13 February 2020

Make[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).


Activities

  1. Create your first Makefile

See also

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