mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-05-31 22:27:03 +02:00
turn make suggestions into a table
Signed-off-by: Maciej Barć <xgqt@xgqt.org>
This commit is contained in:
parent
0f12a25263
commit
41e05892fd
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue