Back

make

Make is a build automation tool that automatically compiles and builds executable programs and libraries. Its main uses include managing the build process of software projects, handling dependencies between different source files, and executing commands to compile and link code.

Hello, world code example:

all:
$(info Hello world!)

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.

Repositories on GitHub: 295,780