From 9ceb970475862eb56ad3656a4a4bf25acedbbe5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Mon, 2 Mar 2015 15:38:00 +0000 Subject: [PATCH] README.markdown edited online with Bitbucket --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 68ec0aa..a016488 100644 --- a/README.markdown +++ b/README.markdown @@ -182,7 +182,7 @@ msbuild g3log.sln /p:Configuration=Release ** Building on *nix with Clang: ** ``` -cmake -DCMAKE_CXX_COMPILER=clang++ .. -DCMAKE_BUILD_TYPE=Release .. +cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release .. make ```