From 63a0cc8dcbc5e43b729a69e9eb4633c82fd72fb7 Mon Sep 17 00:00:00 2001 From: cjbzl Date: Fri, 13 Jun 2025 07:04:04 +0000 Subject: [PATCH] English Translation Signed-off-by: cjbzl --- docs/en/docs/ApplicationDev/using-make-for-compilation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/ApplicationDev/using-make-for-compilation.md b/docs/en/docs/ApplicationDev/using-make-for-compilation.md index a00b04ec6..ccc6fcda9 100644 --- a/docs/en/docs/ApplicationDev/using-make-for-compilation.md +++ b/docs/en/docs/ApplicationDev/using-make-for-compilation.md @@ -261,9 +261,9 @@ A makefile file consists of the following contents: The file indicator consists of three parts: - - Inclusion of other makefiles, for example, include xx.md - - Selective execution, for example, \#ifdef - - Definition of multiple command lines, for example, define...endef. \(define ... endef\) + - Inclusion of other makefiles, for example, include xx.md. + - Selective execution, for example, \#ifdef. + - Definition of multiple command lines, for example, define...endef. \(define ... endef\). - Comment -- Gitee