true
'''Make''' is one of the mini-languages of UNIX.
It is Turing complete if recursive invocation is allowed.
Make is normally used to automate
the process of building software-projects,
i.e. the steps to compile, link, etc.
;Similar programs:
Category:Utility