mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 13:34:28 +00:00
14 lines
141 B
Makefile
14 lines
141 B
Makefile
all: ieee riscv
|
|
|
|
.PHONY: ieee riscv
|
|
|
|
ieee:
|
|
$(MAKE) -C ieee
|
|
|
|
riscv:
|
|
$(MAKE) -C riscv
|
|
|
|
clean:
|
|
$(MAKE) -C ieee clean
|
|
$(MAKE) -C riscv clean
|