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