From bc1275a32ccee6796e153305ca5585680213bf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 1 Nov 2013 11:55:34 +0100 Subject: [PATCH] Do not produce an error message if "build" directory is already there. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fbf24ca..50d6d1e 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt # or copy at http://opensource.org/licenses/MIT) -mkdir build +mkdir -p build cd build # generate solution for GCC cmake ..