@@ -7,7 +7,7 @@ def main():
out_files = glob.glob('*.out')
if not out_files:
- out_files = glob.glob('*.elf')
+ out_files = glob.glob('*.axf')
print("No .out files found in the current directory.")