mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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
|