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
1 changed files with 5 additions and 2 deletions

View File

@ -81,8 +81,11 @@ loop:
done done
clean: 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 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