alphabetize the Make implementations table (#892)

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/892
Reviewed-by: Admin <vleermuis-admin@noreply.codeberg.org>
This commit is contained in:
znmz 2026-06-03 19:49:37 +02:00 committed by Admin
commit db752e6ce7

View file

@ -577,8 +577,8 @@ This is a section for repos that are similar to this one either because they are
> | 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 |
> | [NetBSD `make`](https://man.netbsd.org/make.1) | Make used to build NetBSD ports tree |
> | [Schilytools] or [OpenOffice](https://www.openoffice.org/tools/dmake/) ``dmake`` | Descendants of Sun's Distributed Make |
> [!NOTE]