From b06efd0a3d6af0cfe3f9b0a7c5ee5815a4aa05af Mon Sep 17 00:00:00 2001 From: justjavac Date: Sat, 11 Apr 2020 22:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=8A=E8=B7=9F=E6=88=91?= =?UTF-8?q?=E4=B8=80=E8=B5=B7=E5=86=99=20Makefile=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #803 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad190ec..d32423a 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ * [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md) * [ZMQ 指南](https://github.com/anjuke/zguide-cn) * [How to Think Like a Computer Scientist](http://www.ituring.com.cn/book/1203) (中英文版) -* [跟我一起写Makefile(PDF)](http://scc.qibebt.cas.cn/docs/linux/base/%B8%FA%CE%D2%D2%BB%C6%F0%D0%B4Makefile-%B3%C2%F0%A9.pdf) +* [跟我一起写 Makefile](https://github.com/seisman/how-to-write-makefile) * [GNU make中文手册](http://www.yayu.org/book/gnu_make/) * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) -- GitLab