This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
YA resync with mainstem, including VMS patches from others
[perl5.git] / eg / muck.man
1 .\" $RCSfile: muck.man,v $$Revision: 4.1 $$Date: 92/08/07 17:20:23 $
2 .TH MUCK 1 "10 Jan 1989"
3 .SH NAME
4 muck \- make usage checker
5 .SH SYNOPSIS
6 .B muck
7 [options]
8 .SH DESCRIPTION
9 .I muck
10 looks at your current makefile and complains if you've left out any dependencies
11 between .o and .h files.
12 It also complains about extraneous dependencies.
13 .PP
14 You can use the -f FILENAME option to specify an alternate name for your
15 makefile.
16 The -v option is a little more verbose about what muck is mucking around
17 with at the moment.
18 .SH SEE ALSO
19 make(1)
20 .SH BUGS
21 Only knows about .h, .c and .o files.