Add GNU Make Manual (#12497)

This commit is contained in:
Harshit Sethi 2025-10-16 07:46:14 +05:30 committed by GitHub
parent a1caec25a9
commit 7fe9140232
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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