From 4a6f1ab19726d37c853b5165631c0013d90e1b00 Mon Sep 17 00:00:00 2001 From: spo Date: Mon, 28 Dec 2015 12:28:59 +0300 Subject: [PATCH] Improve make.sh --- make.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/make.sh b/make.sh index 15b951265..491d8f394 100755 --- a/make.sh +++ b/make.sh @@ -7,21 +7,21 @@ while [[ $# > 0 ]]; do case $key in debug|Debug) - BUILD_TYPE=Debug - shift - ;; + BUILD_TYPE=Debug + shift + ;; lcov|coverage) - BUILD_TYPE=Debug - USE_TEST_COVERAGE=ON - shift - ;; + BUILD_TYPE=Debug + USE_TEST_COVERAGE=ON + shift + ;; standalone|Standalone) - MODE=Standalone - shift - ;; + MODE=Standalone + shift + ;; *) - shift - ;; + shift + ;; esac done -- 2.39.2