Difference between revisions of "Make (software)"
Jump to navigation
Jump to search
↑ https://www.gnu.org/software/make/manual/make.html
Line 3: | Line 3: | ||
Other build automation tools includes: [[Rake]], [[Cake]], [[MSBuild]], [[Ants|Ant]], [[Maven]] or [[Gradle]] (Java). | Other build automation tools includes: [[Rake]], [[Cake]], [[MSBuild]], [[Ants|Ant]], [[Maven]] or [[Gradle]] (Java). | ||
− | + | * macOS: <code>[[brew install make]]</code> | |
== Activities == | == Activities == |
Revision as of 15:32, 16 June 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).
- macOS:
brew install make
Activities
- Create your first
Makefile
Related terms
See also
- Programming languages: C, glibc, musl, C++, gcc, Conan, make, Class warfare, Clang, Hello, World! (C),
puts
, array, Lisp - Build: Make
(makefile)
, automake,make install
,make build, configure, check
Advertising: