
slaymake - Calls Slay::Makefile module as if a make program

Calls Slay::Makefile module as if a make program. If no targets are specified, then the first constant set of targets in the Slay::Makefile is built.

slaymake [options] [targets]
Options:
-d Supply the debug flag to Slay::Maker
-e <perl-code> Execute <perl-code> prior to parsing the SlayMakefile.
May be multiple.
-f <filename> Use <filename> as the name of the SlayMakefile
(default SlayMakefile)
-h Print help
-V Print version information
VAR=VAL Sets $VAR to "VAL" prior to parsing the SlayMakefile.
Processed before -e code. May be multiple.