AAANND - it's not going to work. Windows doesn't know the command "make". However it tries to look for an executable called make, whereever it can find it. Specifically, there's a list of directories, which windows will search for a file called "make.exe" This list is called the PATH environment variable.
how to edit it: How do I set system environment variables in Windows 10? - Super User