pmake(1) - Linux man page
Name
pmake - a perl 'make' replacement
Synopsis
pmake [-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
Pod Errors
Hey! The above document had some coding errors, which are explained below:
- Around line 54:
- '=item' outside of any '=over'
- Around line 60:
- You forgot a '=back' before '=head1'