commit 2cea01ffcafbf6fcc5fa272af325ca5fbb0f1bb3
Author: Quentin Rameau <[email protected]>
Date: Sun Dec 10 23:43:09 2017 +0100
sucks: recommend using portable (POSIX) Makefiles
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index 8fd756df..859c142e 100644
--- 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
-----------------------