View Single Post

   
  #9 (permalink)  
Old 03-17-2008, 06:09 AM
Loki Harfagr
 
Posts: n/a
Default Re: I face the same problem while "make"

Mon, 10 Mar 2008 10:15:00 -0700, Keith Keller did catÂ*:

> On 2008-03-10, ChaosConst@gmail.com <ChaosConst@gmail.com> wrote:
>> Are there anybody solved this problem?

>
> Nope:
>
> $ make love not war
> make: *** No rule to make target `love'. Stop.
>
> --keith


That was the old problem, it's cured easily:
-----------
$ cat << "EOF" >makefile
> war:
> not:
> love:
>^V^Ibanner -w 32 $@
> EOF

-----------

now run your command again!

Mission accomplished ;-)
Reply With Quote