Added #! so coremark_sweep.py is executable

This commit is contained in:
David Harris 2024-03-24 14:42:09 -07:00
parent b3661a0af4
commit 2d60b48db4
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ all:
make install make install
make riscof make riscof
make testfloat make testfloat
make verify # make verify
make coverage make coverage
make benchmarks make benchmarks

1
benchmarks/coremark/coremark_sweep.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
################################################## ##################################################
## coremark_sweep.py ## coremark_sweep.py