diff options
author | Robert Jonsson <spamatica@gmail.com> | 2010-12-22 13:37:44 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2010-12-22 13:37:44 +0000 |
commit | c709975fbfb39211fb5020604ebc19d5eb10b32c (patch) | |
tree | 94e0e1add4b4cfc5b0a4dd1254444ad5536449f9 | |
parent | fed4a6f0615305a4fba603fb49d2f67b878675b7 (diff) |
beatify
-rwxr-xr-x | muse2/compile_muse.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/compile_muse.sh b/muse2/compile_muse.sh index 96ad329f..2e32f98a 100755 --- a/muse2/compile_muse.sh +++ b/muse2/compile_muse.sh @@ -7,5 +7,5 @@ else mkdir build fi cd build -cmake -DCMAKE_BUILD_TYPE=release .. && make && echo "\nBuild was OK, now enter the 'build' dir and run 'make install' as root" +cmake -DCMAKE_BUILD_TYPE=release .. && make && echo "Build was OK, now enter the 'build' dir and run 'make install' as root" |