Name: make Description: maintain related programs and files Author: Nick Ing-Simmons, nick@ni-s.u-net.com License:
NAME
make - maintain related programs and files
SYNOPSIS
make [-n] [-g] [-p] [-C directory] targets
DESCRIPTION
Performs the same function as make(1) but is written entirely in perl. A subset of GNU make extensions is supported. For details see Make for the underlying perl module.
BUGS
No -k flag
I strongly suspect there are lots more.
SEE ALSO
Make, make(1)
AUTHOR
Nick Ing-Simmons
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 53:
'=item' outside of any '=over'
- Around line 59:
You forgot a '=back' before '=head1'