mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 18:25:27 +00:00
9 lines
85 B
Makefile
9 lines
85 B
Makefile
all: ieee riscv
|
|
|
|
.PHONY: ieee riscv
|
|
|
|
ieee:
|
|
$(MAKE) -C ieee
|
|
|
|
riscv:
|
|
$(MAKE) -C riscv
|