hello.obj: hello.c cl /c hello.c
nmake hello.exe
hello.exe: hello.obj cl hello.obj
from: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio (Scroll down to “Tools for Visual Studio” → Build Tools for Visual Studio 2022) nmake download windows 11
: In the installer, make sure to check the box next to "C++ build tools" or directly look for nmake in the list of components. This ensures that nmake is included in the installation. nmake download windows 11