summaryrefslogtreecommitdiff
path: root/muse2/compile_muse.sh
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2010-12-22 13:37:44 +0000
committerRobert Jonsson <spamatica@gmail.com>2010-12-22 13:37:44 +0000
commitc709975fbfb39211fb5020604ebc19d5eb10b32c (patch)
tree94e0e1add4b4cfc5b0a4dd1254444ad5536449f9 /muse2/compile_muse.sh
parentfed4a6f0615305a4fba603fb49d2f67b878675b7 (diff)
beatify
Diffstat (limited to 'muse2/compile_muse.sh')
-rwxr-xr-xmuse2/compile_muse.sh2
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"