summaryrefslogtreecommitdiff
path: root/src/compil.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/compil.sh')
-rwxr-xr-xsrc/compil.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compil.sh b/src/compil.sh
index d913674..fa77686 100755
--- a/src/compil.sh
+++ b/src/compil.sh
@@ -1,8 +1,4 @@
#!/bin/bash -e
-
-clear
-
-#set -x
CXX="g++ -Wall -g"
BUILD_PATH="../build"
@@ -29,7 +25,6 @@ else echo "ERROR : pkg-config is unavailable or gtkglextmm-1.2 developpemnt file
echo " sudo apt-get install pkg-config libgtkmm-2.4-dev libgtkglextmm-x11-1.2-dev"
exit 1
fi
-#set +x
function build_cxx() {
echo "$PS4$CXX \$DEFINES \$INCLUDES -o $BUILD_PATH/$1 -c $2 \$LIBS"