Top 4 Makefile Gcc Projects
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
Project mention: OCaml Onboarding: Introduction to the Dune build system | news.ycombinator.com | 2026-06-08
> Because it's really limited and not expressive?
It's neither of those unless you limit yourself to a lowest-common-denominator feature set. GNU Make, for example, is a Turing-complete, dynamic programming language and a CLI task runner. You can build a build system in GNU Make (https://github.com/omercsp/simple-build-system) just like you can do so in any other language.
Make suffers from unfamiliar syntax, unorthodox choices, and inconsistent language design. So it's not a good language, and saying it "sucks" is not completely unjustified, but not because it's limited. Looking at SBS, it also seems quite expressive, although I can't say I ever tried building something in it myself.
Makefile Gcc discussion
Makefile Gcc related posts
Index
What are some of the best open-source Gcc projects in Makefile? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | musl-cross-make | 1,586 |
| 2 | uefi-simple | 256 |
| 3 | quasi-msys2 | 168 |
| 4 | simple-build-system | 16 |