I am using Cygwin to compile some C++ files. there is an file named Makefile. Now when I use this command in Cygwin,
make -f Makefile
the following error is displaying.
-bash: make: command not found
Could someone tell me what might be the problem?