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:
VictorClements 2023-10-03 07:32:45 -07:00 committed by GitHub
parent 7760d0cf1f
commit 999a50d9ee

View file

@ -4,8 +4,8 @@
all:
make install
make testfloat
make riscof
make riscof
make testfloat
make verify
make coverage
make benchmarks