make
brew install make
v4.4.1
GPL-3.0-only
GNU Make – build automation tool that executes recipes defined in Makefiles to compile and link programs.
Why you might care
Essential build dependency for countless open-source projects; de facto standard for C/C++ and many other languages. Use it when you need declarative, dependency-tracked task execution with automatic parallel builds. Much faster and more portable than shell scripts for compilation workflows.
8.7k
30-day installs · #390
25.2k
90-day · #442
104.5k
365-day · #402
Links
- https://www.gnu.org/software/make/
- Brew formula source: Formula/m/make.rb
Caveats
GNU "make" has been installed as "gmake".
If you need to use it as "make", you can add a "gnubin" directory
to your PATH from your bashrc like:
PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH"
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"cmake",
"ninja",
"scons",
"bazel"
],
"build_dependencies": [],
"categories": [
"build-system"
],
"caveats": "GNU \"make\" has been installed as \"gmake\".\nIf you need to use it as \"make\", you can add a \"gnubin\" directory\nto your PATH from your bashrc like:\n\n PATH=\"$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH\"\n",
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Utility for directing compilation",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:50+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "make",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.gnu.org/software/make/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Make\n- GNU Project - Free Software Foundation",
"installs_30d": 8665,
"installs_365d": 104459,
"installs_90d": 25187,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "GPL-3.0-only",
"llm_generated_at": "2026-06-20T23:44:35+00:00",
"llm_model": "claude-haiku-4-5",
"name": "make",
"oldnames": [],
"one_liner": "GNU Make \u2013 build automation tool that executes recipes defined in Makefiles to compile and link programs.",
"optional_dependencies": [],
"rank_30d": 390,
"rank_365d": 402,
"rank_90d": 442,
"raw_hash": "afc240ee52aee335",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/m/make.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "4.4.1",
"versioned_formulae": [],
"why_use_this": "Essential build dependency for countless open-source projects; de facto standard for C/C++ and many other languages. Use it when you need declarative, dependency-tracked task execution with automatic parallel builds. Much faster and more portable than shell scripts for compilation workflows."
}