Make bundled with STM32CubeIDE should also be included in STM32CLT
In STM32CubeCLT (including latest 1.20.0 version), there is CMake but no make.
To build projects from CubeMx gererated make projects, I have to install STM32CubeIDE and add below into PATH.
C:\ST\STM32CubeIDE_2.0.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.make.win32_2.2.0.202409170845\tools\bin
Manually install standard GnuWin32 Make is not enough because it miss some additional tools such as rm.exe, mkdir.exe ...
