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
|
In Bash run
|
||||||
```text
|
```text
|
||||||
$ make exec
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
The `exec` target creates the `build/codex` executable.
|
The default `make` target creates the `build/codex` executable.
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ For detailed instructions on preparing to build nim-codex see [*Building Codex*]
|
||||||
To build the project, clone it and run:
|
To build the project, clone it and run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make update && make exec
|
make update && make
|
||||||
```
|
```
|
||||||
|
|
||||||
The executable will be placed under the `build` directory under the project root.
|
The executable will be placed under the `build` directory under the project root.
|
||||||
|
|
Loading…
Reference in New Issue