commit 2cea01ffcafbf6fcc5fa272af325ca5fbb0f1bb3
parent cc0b8710d1214c8bc800ee835c269fcc18b4dabd
Author: Quentin Rameau <quinq@fifth.space>
Date: Sun, 10 Dec 2017 23:43:09 +0100
sucks: recommend using portable (POSIX) Makefiles
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
@@ -58,13 +58,13 @@ As these build systems are often used to compile C programs, one has to set up a
C++ compiler or Python interpreter respectively just in order to be able to build
some C code.
-Alternatives: [mk][16], [gnu make][17]
+Alternatives: [mk][16], [make][17]
[13]: http://www.cmake.org/
[14]: https://code.google.com/p/waf/
[15]: http://www.scons.org/
[16]: http://doc.cat-v.org/plan_9/4th_edition/papers/mk
-[17]: https://www.gnu.org/software/make/
+[17]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
Version Control Systems
-----------------------