Makefile for all fp testvectors

This commit is contained in:
Jordan Carlin 2024-09-19 13:38:35 -07:00
parent 7071d15341
commit cc92cb125f
No known key found for this signature in database

View File

@ -0,0 +1,9 @@
all: ieee riscv
.PHONY: ieee riscv
ieee:
$(MAKE) -C ieee
riscv:
$(MAKE) -C riscv