I'm using msysgit on Windows 7, but it doesn't seem to come with make. Is there an easy way to get make running on msysgit?
+1
A:
Suprisingly, by using MSYS itself, or MinGW if you need the GCC compiler - see http://www.mingw.org or better http://tdragon.net/recentgcc.
anon
2010-07-10 16:14:00
Thanks for this.
Skilldrick
2010-07-10 16:22:37
+1
A:
I found a link to make.exe
in the msysgit Google code issues section. I downloaded it and put it in Git\bin
and it works perfectly.
Skilldrick
2010-07-10 16:20:42