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 ;-)