Search code examples
cmakefilecompiler-errorscompilation

How can I compile my makefile in vc code using windows 11


I'm new in programming and exited to learn new things! I wanted to create and run makefile in c, to see how it's working, but I'm having the same problem again and again. I will send the picture and the source (from geeksforgeeks) that I'm using.... Thanks a lot 🙏.

1

https://www.geeksforgeeks.org/how-to-use-make-utility-to-build-c-projects/

I tried to run makefile and then I wanted to use the commands in makefile to see how they r working.


Solution

  • You need to install make, or if it's already installed, update you search path for commands to where it's installed.