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?
You can also use chocolatey to install it:
choco install make
Here's the package.
Sounds like Make isn't in your git-bash's path.
A quick search shows this guide, which suggests the following steps:
The guide is several years old. It may behoove you to read some of the comments before taking action.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With