From b0546e5e7f7044019892543c6c82029db8d564a7 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Thu, 15 Sep 2011 12:14:55 +0000 Subject: moved attic to a branch of it's own --- attic/muse2-oom/muse2/compile_muse.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 attic/muse2-oom/muse2/compile_muse.sh (limited to 'attic/muse2-oom/muse2/compile_muse.sh') diff --git a/attic/muse2-oom/muse2/compile_muse.sh b/attic/muse2-oom/muse2/compile_muse.sh deleted file mode 100755 index 2e32f98a..00000000 --- a/attic/muse2-oom/muse2/compile_muse.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ -d build ]; then - echo "Build dir already exists" -else - echo "Create build dir" - mkdir build -fi -cd build -cmake -DCMAKE_BUILD_TYPE=release .. && make && echo "Build was OK, now enter the 'build' dir and run 'make install' as root" - -- cgit v1.2.3