diff options
Diffstat (limited to 'muse2/compile_muse.sh')
-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" |