Welcome! Log In Create A New Profile

Advanced

"make : *** No targets specified and no makefile found. stop

Posted by brownie955msn 
"make : *** No targets specified and no makefile found. stop
March 06, 2010 06:41PM
I just finished making my wii application using devitkitpro.I go to tools make and i get a error that says "make : *** No targets specified and no makefile found. stop. I have a makefile in the same folder and i do have targets specified so why is it giving me tis error?
Re: "make : *** No targets specified and no makefile found. stop
March 06, 2010 08:08PM
Possibly silly question, but is the makefile named "Makefile" without an extension?
Re: "make : *** No targets specified and no makefile found. stop
March 06, 2010 09:39PM
yes the make file is named Make file and i does not have a extension.
Re: "make : *** No targets specified and no makefile found. stop
March 06, 2010 10:42PM
Close everything in Programmer's Notepad and then re-open your Makefile and then do make.
Re: "make : *** No targets specified and no makefile found. stop
March 06, 2010 10:59PM
Quote
brownie955msn
yes the make file is named Make file
Thats why it doesnt work. It needs to Makefile . No spaces.
Re: "make : *** No targets specified and no makefile found. stop
March 10, 2010 07:10PM
It is named Makefile. I wrote it wrong in the quote.
Re: "make : *** No targets specified and no makefile found. stop
March 10, 2010 07:20PM
Quote
brownie955msn
It is named Makefile. I wrote it wrong in the quote.

Don't think it's the issue but do you have any spaces in the path/folder?
Re: "make : *** No targets specified and no makefile found. stop
March 11, 2010 12:27AM
And its in the root of your projects folder, right?
Re: "make : *** No targets specified and no makefile found. stop
April 14, 2010 10:47AM
strange, try the -f option
make -f Makefile
to explicitly seek the Makefile. If it don't work, it's probably that is file is misformated somewere, take one in the devkitPro example forlder.



Edited 1 time(s). Last edit at 04/14/2010 10:47AM by TheDrev.
Sorry, only registered users may post in this forum.

Click here to login