source: trunk/third/perl/eg/muck.man @ 10724

Revision 10724, 594 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1.\" $RCSfile: muck.man,v $$Revision: 1.1.1.2 $$Date: 1997-11-13 01:47:44 $
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.
Note: See TracBrowser for help on using the repository browser.