Update README.md

This commit is contained in:
Meysam Parvizi
2023-12-23 15:52:50 +03:30
committed by GitHub
parent 57f2758660
commit 05d948f6de
+1 -1
View File
@@ -1121,7 +1121,7 @@ GCC (the GNU Compiler Collection) is a free and open-source compiler system that
- [🔗 Keil MDK & µVision](https://www.keil.com/)
- [🔗 IAR Embedded Workbench](https://www.iar.com)
#### 🔵 Make & CMake
#### 🔵 Make / CMake
CMake and Make are both tools for building software applications. CMake is a meta-build system that generates Makefiles, which are then used by Make to build the software. CMake is more versatile and cross-platform than Make, and it is becoming the more popular choice for modern software development.