README.DEBUG: Add an extra step to make the instructions cut'n'exec

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2017-12-14 14:15:54 -03:00
parent 2a092d6145
commit 66cf3983e1
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ rm -rf build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cd ..
make -C build