
Mojo::Command::Generate::Makefile - Makefile Generator Command

use Mojo::Command::Generate::Makefile;
my $makefile = Mojo::Command::Generate::Makefile->new;
$makefile->run(@ARGV);

Mojo::Command::Generate::Makefile is a makefile generator.

Mojo::Command::Generate::Makefile inherits all attributes from Mojo::Command and implements the following new ones.
description my $description = $makefile->description;
$makefile = $makefile->description('Foo!');
usage my $usage = $makefile->usage;
$makefile = $makefile->usage('Foo!');

Mojo::Command::Generate::Makefile inherits all methods from Mojo::Command and implements the following new ones.
run$makefile = $makefile->run(@ARGV);