From e6b5f8508e18fcab0b33251f9b87bcee9d470ffd Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sun, 25 Nov 2018 10:06:56 +1200 Subject: [PATCH] Extra build instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aceb72e..8a99ad2 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ build/debug/acro - `make debug` if you make some mistake in the code, it's a lot easier to catch it when building as debug it also builds the debug symbols into the binary, so you can use a c/c++ debugger (like gdb or lldb) to step through the program and see the source code as it executes - `make release` will turn most optimizations on and strip out all of the unnecessary stuff which is the one you'd usually use for real or for giving to other people -- `make clean` to blow away the build/ directory \ No newline at end of file +- `make clean` to blow away the build/ directory +- `make debug_cli` will make only `orca`. +- `make debug_tui` will make only `orca_tui`. \ No newline at end of file