From 7fe9140232dcc9382c20cfa2fb7ccf7c66f14880 Mon Sep 17 00:00:00 2001 From: Harshit Sethi Date: Thu, 16 Oct 2025 07:46:14 +0530 Subject: [PATCH] Add GNU Make Manual (#12497) --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 8cc5ead49..9bdb7c0cd 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1582,6 +1582,7 @@ Books on general-purpose programming that don't focus on a specific language are ### Make +* [GNU Make Manual](https://www.gnu.org/software/make/manual) - GNU (PDF, HTML, Info, Tex) * [Makefile tutorial](https://makefiletutorial.com) - Chase Lambert * [Managing Projects with GNU Make](https://www.oreilly.com/openbook/make3/book/index.html) - Robert Mecklenburg