NAME
Mojo::Script::Generate::Makefile - Makefile Generator Script
SYNOPSIS
use Mojo::Script::Generate::Makefile;
my $makefile = Mojo::Script::Generate::Makefile->new;
$makefile->run(@ARGV);
DESCRIPTION
Mojo::Script::Generate::Makefile is a makefile generator.
ATTRIBUTES
Mojo::Script::Generate::Makefile inherits all attributes from Mojo::Scripts and implements the following new ones.
description
my $description = $makefile->description;
$makefile = $makefile->description('Foo!');
usage
my $usage = $makefile->usage;
$makefile = $makefile->usage('Foo!');
METHODS
Mojo::Script::Generate::Makefile inherits all methods from Mojo::Script and implements the following new ones.
run
$makefile = $makefile->run(@ARGV);