

Spelling of the name, or if a path was included, verify that the path is correct and try again. How should I go about using the make command? (I have tried on both VS and VSCode, on VSCode I even downloaded an extra extension, but always run into the same error message: make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. In the usage section on Github, it says to use a make command to get a CMD-utility. Targets in a Makefile can be named anything (though as you’ll see, certain names can incur certain behavior).Dependencies can either be other targets or file names if a target depends on another target, it guarantees that target will be run prior, and if a target depends on a file, it will check to see if that file has changed to avoid executing redundantly. I have spent hours looking at tutorials, downloading all sorts of different programs and tools, but am still unsure about how to actually do it.

Essentially, I am trying to use this set of programs, which you are supposed to use a "make" command in order to activate everything/have it all come together.
