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