mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
help: fix a typo (#20621)
This commit is contained in:
parent
a59d641bec
commit
300b139966
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ named after the build target. ('v abc.v' and 'v abc/' both write either 'abc' or
|
||||||
The '.exe' suffix is added automatically, when writing a Windows executable.
|
The '.exe' suffix is added automatically, when writing a Windows executable.
|
||||||
By default, the executable is stored in the same directory as the compiled source code.
|
By default, the executable is stored in the same directory as the compiled source code.
|
||||||
|
|
||||||
The -o flag forces V to write the resulting executable or object to the d output file or directory,
|
The -o flag forces V to write the resulting executable or object to the output file or directory,
|
||||||
instead of the default behavior described in the last two paragraphs.
|
instead of the default behavior described in the last two paragraphs.
|
||||||
|
|
||||||
You can put common options inside an environment variable named VFLAGS, so that
|
You can put common options inside an environment variable named VFLAGS, so that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue