From f7234d74d862cef2933f23f7f3774efa765491c8 Mon Sep 17 00:00:00 2001 From: impressionyang <31137790+impressionyang@users.noreply.github.com> Date: Sat, 27 Jan 2024 16:23:18 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_EN.md b/README_EN.md index fb5b5bf..1475a4a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,5 +1,7 @@ # A Makefile in C project for lazy developer +The content below were generated by AI + This Makefile is designed to be user-configurable and supports different operating systems. It uses the gcc compiler by default, but you can change it to your desired compiler by modifying the CC variable. To use this Makefile, follow these steps: