I have installed Vim and MinGW on my machine, so I try to create Hello World then compile in in Vim and everything work fine. However when I type :make
it show error 'make' not recognized as an internal or external command
.
I already added variable path to C:\MinGW\bin
. I want to know how to configure Vim or my machine to allow make
command.