turn make suggestions into a table

Signed-off-by: Maciej Barć <xgqt@xgqt.org>
This commit is contained in:
Maciej Barć 2026-03-15 20:07:50 +01:00 committed by Max
commit 41e05892fd

View file

@ -176,9 +176,11 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
> A lot of Make implementations exist that are very fit to replace other task runners.
> In fact so many were produced, that one can just look up "GNU Make alternative" and find >10 results to pick the one they like the best. Also see: [wikipedia/Make](https://en.wikipedia.org/wiki/Make_(software))
> Here are some Make implementation suggestions:
> * [GNU Make](https://www.gnu.org/software/make/) --- the most complete one, extra extensions, guile scripting, exports, etc.,
> * [NetBSD make](https://man.netbsd.org/make.1) --- Make used to build NetBSD ports tree
> * [Jam](https://swarm.workshop.perforce.com/projects/perforce_software-jam/) --- OSS rewrite by Perforce.
> | name | description |
> |------|-------------|
> | [GNU Make](https://www.gnu.org/software/make/) | the most complete one, extra extensions, guile scripting, exports, etc.|
> | [NetBSD make](https://man.netbsd.org/make.1) | Make used to build NetBSD ports tree|
> | [Jam](https://swarm.workshop.perforce.com/projects/perforce_software-jam/) | OSS rewrite by Perforce|
## Programming Languages