Difference between revisions of "Make (software)"
Jump to navigation
Jump to search
↑ https://www.gnu.org/software/make/manual/make.html
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
− | Make<ref>https://www.gnu.org/software/make/manual/make.html</ref> 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. | + | [[wikipedia:Make]]<ref>https://www.gnu.org/software/make/manual/make.html</ref> 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]], [[Ants|Ant]], [[Maven]] or [[Gradle]] (Java). | Other build automation tools includes: [[Rake]], [[Cake]], [[MSBuild]], [[Ants|Ant]], [[Maven]] or [[Gradle]] (Java). |
Revision as of 06:11, 14 July 2020
wikipedia: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
- Create your first
Makefile
See also
Advertising: