From d8d1cba9b5965d18da7ae2606e4f72e006c5babb Mon Sep 17 00:00:00 2001 From: justjavac Date: Sat, 11 Apr 2020 22:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=8AGNU=20make=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=89=8B=E5=86=8C=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed #803 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d32423a..4e12175 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ * [ZMQ 指南](https://github.com/anjuke/zguide-cn) * [How to Think Like a Computer Scientist](http://www.ituring.com.cn/book/1203) (中英文版) * [跟我一起写 Makefile](https://github.com/seisman/how-to-write-makefile) -* [GNU make中文手册](http://www.yayu.org/book/gnu_make/) +* [GNU make中文手册](https://free-online-ebooks.appspot.com/tools/gnu-make-cn/) (需科学上网) ([PDF](https://hacker-yhj.github.io/resources/gun_make.pdf)) * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) * [C/C++ Primer](https://github.com/andycai/cprimer) (by @andycai) -- GitLab