1
0
Fork 0
mirror of https://github.com/YosysHQ/picorv32.git synced 2025-01-03 03:43:38 -05:00

Added "make mrpoper" to scripts/torture/

This commit is contained in:
Clifford Wolf 2016-04-11 17:08:14 +02:00
parent 4026c2080c
commit c9acf5a704

View file

@ -81,8 +81,11 @@ loop:
done
clean:
rm -rf riscv-torture riscv-fesvr riscv-isa-sim tests obj_dir
rm -rf tests obj_dir
rm -f test.S test.elf test.bin test.hex test.ref test.vvp test.vcd
.PHONY: test batch loop clean
mrproper: clean
rm -rf riscv-torture riscv-fesvr riscv-isa-sim
.PHONY: test batch loop clean mrproper