searching for target

Ronald Landheer-Cieslak ronald@landheer.com
Thu Jun 19 14:15:00 GMT 2003


On Thu, 19 Jun 2003, alex hardy wrote:
> I receive this responce when make is invoked
> make: *** No targets specified and no makefile found.  Stop.
> there is a makefile in home/administrator/min
> my working dir is home/administrator
Let me see: you're in 
/home/administrator and you do
$ make
expecting Make to find your Makefile in some extralucent visionary way..
hmm..
how about
$ cd min
$ make

or perhaps 
$ make -f min/Makefile

?

> if I set PS1="\w-->  "
> would this work?
It would certainly change your default prompt if you're under [b]ash, yes.

It wouldn't make Make any more of a visionary, though..

rlc



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list