Make (software)
(Redirected from Make)
Jump to navigation
Jump to search
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).
- macOS:
brew install make
- Linux:
apt install make
Contents
Examples[edit]
Activities[edit]
- Create your first
Makefile
Related terms[edit]
See also[edit]
Advertising: