From dfd02a6269870c0a2e4ac0549bc9cb07bf0ff104 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 15 Jan 2015 02:17:09 +0100 Subject: let build.sh only create the makefile --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 99a712e..20ca6a2 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,3 @@ #!/bin/sh -cd build && cmake .. -DTEST=on -DCMAKE_BUILD_TYPE=Debug && make && make test - +cd build && cmake .. -DTEST=on -DCMAKE_BUILD_TYPE=Debug -- cgit v1.2.3