Makefile does not work on MINGW64. Can anyone help me?

Asked

Viewed 31 times

0

I’m programming in python in Django with Sublime Text 3, using Git Bash MINGW64.

I created the Makefile but when I run I get "bash: make: command not found"

  • 1

    He didn’t find the program make, possibly it is not installed for your Mingw

1 answer

1

bash is not finding make, it may not be installed or it may not be in its path.

Make sure it is installed, and if you are creating an environment variable and add it to the system path.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.