help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does make behave like this?


From: Aditya Kher
Subject: Re: Why does make behave like this?
Date: Mon, 27 Mar 2006 14:21:49 +0900

tweak the Makefile as below and it works as expected:

Instead of
> t1:
>          ls > t1
>          ls > t2

write
 t%:
          ls > t%

-aditya




reply via email to

[Prev in Thread] Current Thread [Next in Thread]