Skip to content

Commit

Permalink
Added #! so coremark_sweep.py is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidharrishmc committed Mar 24, 2024
1 parent b3661a0 commit 2d60b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all:
make install
make riscof
make testfloat
make verify
# make verify
make coverage
make benchmarks

Expand Down
1 change: 1 addition & 0 deletions benchmarks/coremark/coremark_sweep.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/python
##################################################
## coremark_sweep.py

Expand Down

0 comments on commit 2d60b48

Please sign in to comment.