Difference between revisions of "Make (software)"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== See also ==
 
== See also ==
* {{C}}
 
 
* {{make}}
 
* {{make}}
  
 
[[Category:Computer programming]]
 
[[Category:Computer programming]]

Revision as of 15:05, 10 August 2022

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

Activities

  1. Create your first Makefile

Related terms

#!/usr/bin/make -f

See also

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