On 2024-07-08 11:44:45 -0400, Paul Smith wrote:
> On Mon, 2024-07-08 at 17:17 +0200, Vincent Lefevre wrote:
> > foo : $(objects)
> > cc -o foo $(CFLAGS) $(objects)
> >
> > This is misleading because $(CFLAGS) is not used in the implicit
> > rule.
>
> I'm not sure I see the issue here (and
On Mon, 2024-07-08 at 17:17 +0200, Vincent Lefevre wrote:
> foo : $(objects)
> cc -o foo $(CFLAGS) $(objects)
>
> This is misleading because $(CFLAGS) is not used in the implicit
> rule.
I'm not sure I see the issue here (and with the example for
.EXTRA_PREREQS): this is not an implicit r