windows - How to make GNU make command recognized anywhere -


i installed gnu-make. added path.
however, it's recognized in path. mean, when write: c:\program files\gnuwin32\bin>make works , gives me response: make: *** no targets specified , no makefile found. stop. but, when write: c:>make says, make isn't recognized internal or external command.

it's solved. restarting device


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -