Source: commons.wikimedia.org

In software development, Make is a command-line interface software tool that performs actions ordered by configured dependencies as defined in a configuration file called a makefile. It is commonly used for build automation to build executable code from source code. But, not limited to building, Make can perform any operation available via the operating system shell. Wikipedia

Created Year: 1976
Designed by: Stuart Feldman
Developed by: Stuart Feldman
Operating systems: Q11368
Implemented in: C

Wikidata: Q300867

Programming paradigms: macro

Language types: off-side rule languagescripting language

Hello World in make

$(info "Hello World")
all:

Free make books, articles, documentation

Search on GitHub


Latest data update: 2025-08-22