mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
doc: s/NASM/nasm/ in invocation example
On case-sensitive systems, "NASM" doesn't work.
This commit is contained in:
parent
d1e8ba6039
commit
72da449a41
@ -568,7 +568,7 @@ sections of interest, avoiding excessively long listings.
|
||||
This option can be used to generate makefile dependencies on stdout.
|
||||
This can be redirected to a file for further processing. For example:
|
||||
|
||||
\c NASM -M myfile.asm > myfile.dep
|
||||
\c nasm -M myfile.asm > myfile.dep
|
||||
|
||||
|
||||
\S{opt-MG} The \i\c{-MG} Option: Generate \i{Makefile Dependencies}
|
||||
|
Loading…
x
Reference in New Issue
Block a user