Skip to content

Commit

Permalink
README: Fix build mode documentation
Browse files Browse the repository at this point in the history
Ensure that the commands can actually be executed.

Signed-off-by: Duarte Nunes <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
duarten authored and avikivity committed Jan 15, 2019
1 parent f13f191 commit 3a2f283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ It is convenient to have multiple build directories and alternate
between them depending on what is being done.

```
$ ./cooking -r dev -d build-dev -t Dev # Use for quick edit-compile-test cycle
$ ./cooking -r dev -d build-dbg -t Debug # Use to run gdb
$ ./cooking -r dev -d build-rel -t Release # Use to benchmark
$ ./cooking.sh -r dev -d build-dev -t Dev # Use for quick edit-compile-test cycle
$ ./cooking.sh -r dev -d build-dbg -t Debug # Use to run gdb
$ ./cooking.sh -r dev -d build-rel -t Release # Use to benchmark
```

You can then compile:
Expand Down

0 comments on commit 3a2f283

Please sign in to comment.