From c9acf5a704639f99583a3b38aeef6cf5922cea38 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 11 Apr 2016 17:08:14 +0200 Subject: Added "make mrpoper" to scripts/torture/ --- scripts/torture/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/torture/Makefile b/scripts/torture/Makefile index 78444df..250dc6f 100644 --- a/scripts/torture/Makefile +++ b/scripts/torture/Makefile @@ -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 -- cgit