From a0194694f25c3a198ea6f98786899be2d120a307 Mon Sep 17 00:00:00 2001 From: nzomi Date: Fri, 15 Dec 2023 09:17:30 +0800 Subject: [PATCH] [FIX]fix spacing error --- docs/必学工具/GNU_Make.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/必学工具/GNU_Make.en.md b/docs/必学工具/GNU_Make.en.md index 3ae2323c..14c483f3 100644 --- a/docs/必学工具/GNU_Make.en.md +++ b/docs/必学工具/GNU_Make.en.md @@ -8,6 +8,6 @@ This is where GNU Make comes to the rescue. It allows you to define the entire c ## How to learn GNU Make -Here is a well-written [document] (https://seisman.github.io/how-to-write-makefile/overview.html)for in-depth and accessible understanding. +Here is a well-written [document] (https://seisman.github.io/how-to-write-makefile/overview.html) for in-depth and accessible understanding. Mastering GNU Make is relatively easy, but using it effectively requires continuous practice. Integrate it into your daily development routine, be diligent in learning, and mimic the `Makefile` styles from other excellent open-source projects. Develop your own template that suits your needs, and over time, you will become more proficient in using GNU Make.