Difference between revisions of "Make (software)"
Jump to navigation
Jump to search
↑ https://www.gnu.org/software/make/manual/make.html
Line 5: | Line 5: | ||
* macOS: <code>[[brew install make]]</code> | * macOS: <code>[[brew install make]]</code> | ||
* Linux: <code>[[apt install make]]</code> | * Linux: <code>[[apt install make]]</code> | ||
+ | |||
+ | == Examples == | ||
+ | * <code>[[make install]]</code> | ||
== Activities == | == Activities == |
Revision as of 13:12, 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).
- macOS:
brew install make
- Linux:
apt install make
Contents
Examples
Activities
- Create your first
Makefile
Related terms
See also
Advertising: