Update references to `make exec` (#384)
Signed-off-by: Yaroslav Kukharuk <i.kukharuk@gmail.com>
This commit is contained in:
parent
4ffe7b8e06
commit
97989682f8
|
@ -129,10 +129,10 @@ $ make V=1 update
|
|||
|
||||
In Bash run
|
||||
```text
|
||||
$ make exec
|
||||
$ make
|
||||
```
|
||||
|
||||
The `exec` target creates the `build/codex` executable.
|
||||
The default `make` target creates the `build/codex` executable.
|
||||
|
||||
## Example usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue