Remove extra compilation step
This commit is contained in:
@@ -10,7 +10,6 @@ for f in $files; do
|
|||||||
if [-f "$f" ]; then
|
if [-f "$f" ]; then
|
||||||
echo "Compiling '$f'.."
|
echo "Compiling '$f'.."
|
||||||
$compiler $options $f
|
$compiler $options $f
|
||||||
$compiler $options $f # Run twice to make sure everything is OK
|
|
||||||
else
|
else
|
||||||
echo "'$f' not found!"
|
echo "'$f' not found!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user