When will implicit rule be applied for a makefile?

Posted by Mask on Stack Overflow See other posts from Stack Overflow or by Mask
Published on 2010-03-27T14:50:48Z Indexed on 2010/03/27 15:43 UTC
Read the original article Hit count: 122

Filed under:
|

It says:

In general,make searches for an implicit rule for each target[1], and for each double-colon rule[2], that has no commands[3].

This can have two different understanding:

1 or (2 and 3)

(1 or 2) and 3

Which does it mean?

© Stack Overflow or respective owner

Related posts about make

    Related posts about makefile