From 41e05892fd153d2a83bd7e10136bda5d0a4ca99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 15 Mar 2026 20:07:50 +0100 Subject: [PATCH] turn make suggestions into a table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df23b9e..4d6630f 100644 --- a/README.md +++ b/README.md @@ -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