Make (software)

From wikieduonline
Revision as of 19:19, 23 February 2020 by Welcome (talk | contribs) (→‎Activities)
Jump to navigation Jump to search

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: