How To Install Nmake • Fast
clean: del *.obj *.exe
nmake /? You should see help information with version details. Create a file called makefile : how to install nmake
#include <stdio.h> int main() printf("Hello from NMAKE!\n"); return 0; clean: del *
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0\bin\nmake.exe If you have vcpkg installed: int main() printf("Hello from NMAKE!\n")