mirror of
https://github.com/mirror/make.git
synced 2025-03-13 19:30:41 +08:00
* doc/make.1: Clean up man page text.
This commit is contained in:
parent
de48d6a4f7
commit
2638552859
@ -26,9 +26,9 @@ To prepare to use
|
|||||||
.BR make ,
|
.BR make ,
|
||||||
you must write a file called the
|
you must write a file called the
|
||||||
.I makefile
|
.I makefile
|
||||||
that describes the relationships among files in your program, and the states
|
that describes the relationships among files in your program, and provides
|
||||||
the commands for updating each file. In a program, typically the executable
|
commands for updating each file. In a program, typically the executable file
|
||||||
file is updated from object files, which are in turn made by compiling source
|
is updated from object files, which are in turn made by compiling source
|
||||||
files.
|
files.
|
||||||
.LP
|
.LP
|
||||||
Once a suitable makefile exists, each time you change some source files,
|
Once a suitable makefile exists, each time you change some source files,
|
||||||
|
Loading…
Reference in New Issue
Block a user