[wiki] [sites] sucks: recommend using portable (POSIX) Makefiles || Quentin Rameau

From: <git_AT_suckless.org>
Date: Sun, 10 Dec 2017 23:43:38 +0100

commit 2cea01ffcafbf6fcc5fa272af325ca5fbb0f1bb3
Author: Quentin Rameau <quinq_AT_fifth.space>
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
_AT_@ -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
 -----------------------
Received on Sun Dec 10 2017 - 23:43:38 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 10 2017 - 23:48:19 CET