problem with mingw32-make
- by stupid_idiot
hi,
I'm quite new with makefile but I don't think the problem I got is caused by my noobness. Somehow if I try to execute mingw32-make from Users/(user)/Documents/myProject the output is
"mingw32-make: *** No targets specified and no makefile found. Stop."
if I just drag the folder with it to my Desktop and execute make, it works.
Any ideas why does it behave like this or perhaps how to make it work from Documents directory too?