Hello,
  if I use the "depend => hashref" attribute to WriteMakefile, the
generated makefile will look like this:

# stuff

# user defined dependencies
foo : bar
bar : baz moo

# stuff

all :: pure_all

# stuff

hence typing "make" will build "foo", not "all".

Regards
Mattia

Reply via email to