Can anyone help me to run Makefile in windows using "make" command. When I try to run from git bash, am getting following error,
$ make build bash: make: command not found
$ make deploy bash: make: command not found
Is there anyway to install this in gitbash or something or is there any other windows tool I need to use?