Added top-level make clean

This commit is contained in:
David Harris 2022-01-20 14:17:26 +00:00
parent 537cb1d1e1
commit f420e63ed0
2 changed files with 4 additions and 1 deletions

View File

@ -13,5 +13,7 @@ install:
regression: regression:
make -C pipelined/regression make -C pipelined/regression
clean:
make clean -C pipelined/regression

View File

@ -5,6 +5,7 @@ make allclean:
make clean: make clean:
make clean -C ../../addins/riscv-arch-test make clean -C ../../addins/riscv-arch-test
make clean -C ../../tests/wally-riscv-arch-test make clean -C ../../tests/wally-riscv-arch-test
make allclean -C ../../tests/imperas-riscv-tests
make all: make all:
# *** Build old tests/imperas-riscv-tests for now; # *** Build old tests/imperas-riscv-tests for now;