mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 11:34:50 -04:00
Update Makefile
"make riscof" and "make testfloat" were run in backward order, leading to some of the make issues when a user is setting up for the very first time.
This commit is contained in:
parent
7760d0cf1f
commit
999a50d9ee
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -4,8 +4,8 @@
|
|||
|
||||
all:
|
||||
make install
|
||||
make testfloat
|
||||
make riscof
|
||||
make riscof
|
||||
make testfloat
|
||||
make verify
|
||||
make coverage
|
||||
make benchmarks
|
||||
|
|
Loading…
Add table
Reference in a new issue