The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

use Mojo::Command::Generate::Makefile;

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

DESCRIPTION

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

ATTRIBUTES

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!');

METHODS

Mojo::Command::Generate::Makefile inherits all methods from Mojo::Command and implements the following new ones.

run

$makefile = $makefile->run(@ARGV);