From 028c20cd884e938c027143945f482634ae970e76 Mon Sep 17 00:00:00 2001 From: Michael Schaffner Date: Wed, 5 Sep 2018 17:02:55 +0200 Subject: [PATCH] Modify Makefile (clean target) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 96f5a2bed..20d0f99e8 100755 --- a/Makefile +++ b/Makefile @@ -217,6 +217,7 @@ clean: rm -rf build rm -f tmp/*.ucdb rm -f tmp/*.log + rm -f *.wlf *vstf wlft* .PHONY: build lint build-moore $(riscv-asm-tests) $(addsuffix _verilator,$(riscv-asm-tests)) $(riscv-benchmarks) $(addsuffix _verilator,$(riscv-benchmarks)) check simc sim verilate clean verilate