diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-15 02:17:09 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-15 02:17:09 +0100 |
commit | dfd02a6269870c0a2e4ac0549bc9cb07bf0ff104 (patch) | |
tree | caf4ceecf7fbb3780252a766c3a1facae9560166 | |
parent | fb9e333486f2a44d5cedeff4c9397db0b1766bca (diff) |
let build.sh only create the makefile
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |