From ab94609ee4de9b5a06d02678bac358fed9a6fa44 Mon Sep 17 00:00:00 2001 From: cjbzl Date: Fri, 13 Jun 2025 06:57:42 +0000 Subject: [PATCH] English Translation Signed-off-by: cjbzl --- docs/en/docs/ApplicationDev/using-make-for-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/ApplicationDev/using-make-for-compilation.md b/docs/en/docs/ApplicationDev/using-make-for-compilation.md index a00b04ec6..6bf34ce85 100644 --- a/docs/en/docs/ApplicationDev/using-make-for-compilation.md +++ b/docs/en/docs/ApplicationDev/using-make-for-compilation.md @@ -246,7 +246,7 @@ The makefile file structure indicates the output target, the object on which the ### Makefile Contents -A makefile file consists of the following contents: +A Makefile file consists of the following contents. - Explicit rule -- Gitee