Remove extra compilation step

This commit is contained in:
2023-12-21 11:40:53 +01:00
parent 40993c88e8
commit 9c02245422

View File

@@ -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