commit 97f46c3bad8b08cd8ae8a803cd16f54684c14c3b
Author: Quentin Rameau <[email protected]>
Date: Sat Jun 16 19:22:36 2018 +0200
Revert "sucks: re-add GNU make"
This reverts commit 23ae7cc600207b994f981b34a6bb702b5a2089e8.
No, suckless elected to use portable interfaces.
GNU extensions are not, we stick to POSIX.
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index 2a9b611b..199ae43d 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
@@ -63,14 +63,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], [make][17], [gnu make][20]
+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]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
-[20]: https://www.gnu.org/software/make/
Version Control Systems
-----------------------