Category:Make: Difference between revisions

m
CMake
(Added make as a language)
 
m (CMake)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{language}}
{{language}} One of the mini-languages of UNIX. It is turing complete if recursive invocation is allowed.
'''Make''' is one of the mini-languages of [[UNIX]].
 
{{language}} One of the mini-languages of UNIX. It is turingTuring complete if recursive invocation is allowed.
 
[[wp:Make (software)|Make]] is normally used to automate
the process of building software-projects, <br>
i.e. the steps to compile, link, etc.
 
;Similar programs:
* [[:Category:Apache Ant]]
* [[:Category:CMake]]
* SCons
 
 
[[Category:Utility]]
Anonymous user