Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move refs to their respective categories #271

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,19 @@ Tools that automate the building and testing of projects in C.
new projects. [``BSD-2-Clause``][BSD-2-Clause]
* [CMake][329] - Cross-platform family of tools designed to build, package and test
software. [``BSD-3-Clause``][BSD-3-Clause]
* [GNU Make][324] - Tool which controls the generation of executables and other
* [GNU Make][gnu-make-ref] - Tool which controls the generation of executables and other
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [GNU Make][gnu-make-ref] - Tool which controls the generation of executables and other
* [GNU Make][util-001] - Tool which controls the generation of executables and other

This would be better, imo

non-source files of a program. [``GPL-3.0-or-later``][GPL-3.0-or-later]
* [Meson][368] - Extremely fast, user-friendly build system. Based on Ninja. [``Apache-2.0``][Apache-2.0]
* [Meson][meson-ref] - Extremely fast, user-friendly build system. Based on Ninja. [``Apache-2.0``][Apache-2.0]
* [Premake][435] - Command-line utility which reads a scripted definition of a
software project and uses it to generate project files for Visual Studio and
GNU Make. Other targets are also being worked on. [``BSD-3-Clause``][BSD-3-Clause]
* [SCons][521] - Software construction tool using Python. [``MIT``][MIT]
* [xmake][271] - Cross-platform build utility. [``Apache-2.0``][Apache-2.0]
* [zproject][420] - Project generator and build system support tool. [``MPL-2.0``][MPL-2.0]

[gnu-make-ref]: https://www.gnu.org/software/make/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[gnu-make-ref]: https://www.gnu.org/software/make/
[util-001]: https://www.gnu.org/software/make/

[meson-ref]: https://mesonbuild.com/

## Compilers ##

Compilers, as well as compiler- and compilation-related tooling.
Expand Down Expand Up @@ -1531,7 +1534,6 @@ support for C.
[321]: http://docutils.sourceforge.net/
[322]: https://hplgit.github.io/doconce/doc/web/index.html
[323]: http://fabutil.org/
[324]: https://www.gnu.org/software/make/
[325]: https://github.com/libfann/fann
[326]: https://github.com/centaurean/spookyhash
[327]: https://github.com/attractivechaos/kann
Expand Down Expand Up @@ -1575,7 +1577,6 @@ support for C.
[365]: https://github.com/prideout/heman
[366]: https://github.com/cacalabs/libcaca
[367]: http://tartarus.org/martin/PorterStemmer/
[368]: https://mesonbuild.com/
[369]: https://icculus.org/twilight/darkplaces/
[370]: http://orx-project.org
[371]: https://github.com/AlexanderAgd/CLIST
Expand Down