Remove extra compilation step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user