mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
Explain which commands should use CFLAGS.
This commit is contained in:
parent
9f7ba4a505
commit
5e91041347
1 changed files with 3 additions and 0 deletions
|
@ -239,6 +239,9 @@ Put @code{CFLAGS} last in the compilation command, after other variables
|
|||
containing compiler options, so the user can use @code{CFLAGS} to
|
||||
override the others.
|
||||
|
||||
@code{CFLAGS} should be used in every invocation of the C compiler,
|
||||
both those which do compilation and those which do linking.
|
||||
|
||||
Every Makefile should define the variable @code{INSTALL}, which is the
|
||||
basic command for installing a file into the system.
|
||||
|
||||
|
|
Loading…
Reference in a new issue