12-22-04 10:54 PM
grid wrote:
> Hi,
> Can I know the targets of a Makefile without reading it ? I want to
> know if there is any specific option/command which lists me all the
> targets the Makefile can be invoked with.
grep "^.*:" Makefile
[ Post a follow-up to this message ]
|