Skip to content

Commit

Permalink
Minor rearrangment in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khansamad47 committed Dec 31, 2023
1 parent e452f8e commit 7f109ab
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,26 @@ Next build and run:
make
```

Clean build results:
To specify **roc-toolkit** branch use cmake flag `ROC_TOOLKIT_BRANCH`

```
make clean
mkdir build && cd build
cmake -DROC_TOOLKIT_BRANCH=master .. && make
```
### Additional targets

You can accomplish these additional tasks using the following targets.

Format code:
To clean working build directory:

```
make fmt
make clean
```

To specify **roc-toolkit** branch use cmake flag `ROC_TOOLKIT_BRANCH`
To format code:

```
mkdir build && cd build
cmake -DROC_TOOLKIT_BRANCH=master .. && make
make fmt
```

### Advanced bulid
Expand Down

0 comments on commit 7f109ab

Please sign in to comment.