From db752e6ce78ba1d2c72ebbda8abd518741a63464 Mon Sep 17 00:00:00 2001 From: znmz Date: Wed, 3 Jun 2026 19:49:37 +0200 Subject: [PATCH] alphabetize the Make implementations table (#892) Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/892 Reviewed-by: Admin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df7c27..c197044 100644 --- a/README.md +++ b/README.md @@ -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]