
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: 1976Designed by: Stuart Feldman
Developed by: Stuart Feldman
Operating systems: Q11368
Implemented in: C
Wikidata: Q300867
Programming paradigms: macro
Language types: off-side rule language • scripting language
Hello World in make
$(info "Hello World")
all:
Source: github.com/leachim6/hello-world
Free make books, articles, documentation
- Makefile tutorial - Chase Lambert
- Managing Projects with GNU Make - Robert Mecklenburg
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2025-08-22