mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Makefile for all fp testvectors
This commit is contained in:
parent
7071d15341
commit
cc92cb125f
9
tests/fp/vectors/Makefile
Normal file
9
tests/fp/vectors/Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
all: ieee riscv
|
||||||
|
|
||||||
|
.PHONY: ieee riscv
|
||||||
|
|
||||||
|
ieee:
|
||||||
|
$(MAKE) -C ieee
|
||||||
|
|
||||||
|
riscv:
|
||||||
|
$(MAKE) -C riscv
|
Loading…
Reference in New Issue
Block a user