From b203334e352e9310db598aa92281af213fe3ade0 Mon Sep 17 00:00:00 2001 From: Mat M Date: Thu, 18 Jan 2018 12:06:08 -0500 Subject: [PATCH] Missing comment in a bash command listing --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 676dcff..32d7870 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -91,7 +91,7 @@ sudo apt-get install libc++abi-dev && sudo ln -s /usr/include/libcxxabi/__cxxabi mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release make -sudo make install (currently doesn't work, needs to be fixed) +sudo make install # (currently doesn't work, needs to be fixed) ``` ### Building with debug symbols