|
@ -37,14 +37,17 @@ make clean # removes build/ |
|
|
Run `./tool --help` to see usage info. |
|
|
Run `./tool --help` to see usage info. |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
./tool build debug tui # debug build of the terminal ui |
|
|
./tool build debug tui |
|
|
# binary placed at build/debug/tui |
|
|
# debug build of the terminal ui |
|
|
|
|
|
# binary placed at build/debug/tui |
|
|
|
|
|
|
|
|
./tool -c clang-7 release tui # build the terminal ui with a compiler named |
|
|
./tool -c clang-7 build release tui |
|
|
# clang-7, with optimizations enabled. |
|
|
# build the terminal ui with a compiler named |
|
|
# binary placed at build/release/tui |
|
|
# clang-7, with optimizations enabled. |
|
|
|
|
|
# binary placed at build/release/tui |
|
|
|
|
|
|
|
|
./tool clean # same as make clean, removes build/ |
|
|
./tool clean |
|
|
|
|
|
# same as make clean, removes build/ |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## Run |
|
|
## Run |
|
|