diff --git a/compile.sh b/compile.sh index 4852fd8..417c497 100755 --- a/compile.sh +++ b/compile.sh @@ -10,7 +10,6 @@ for f in $files; do if [-f "$f" ]; then echo "Compiling '$f'.." $compiler $options $f - $compiler $options $f # Run twice to make sure everything is OK else echo "'$f' not found!" fi