dspinellis/git-issue

No "make" to Install on GfW

Opened this issue · 3 comments

Git for Windows "git-bash" does not include the "make" command. Need to create a substitute shell command to perform functions in Makefile. I have a prototype.

The simple make replacement is cool, but the install function masks the install command and enters an infinite loop. My manual workaround was to rename the target install_ before running simple-make.sh.

Thank you for the feedback!

Can you please try it now?