How To Install Nmake -
Create hello.c :
clean: del *.obj *.exe
hello.exe: hello.obj cl hello.obj /Fehello.exe hello.obj: hello.c cl /c hello.c how to install nmake
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0\bin\nmake.exe If you have vcpkg installed: Create hello