Can anyone help me to run Makefile in Windows using the make command? When I try to run from git bash I'm getting the 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?