summaryrefslogtreecommitdiff
path: root/t/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/Makefile')
-rw-r--r--t/perf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/perf/Makefile b/t/perf/Makefile
index fcb0e8865e..2465770a78 100644
--- a/t/perf/Makefile
+++ b/t/perf/Makefile
@@ -7,10 +7,10 @@ perf: pre-clean
./run
pre-clean:
- rm -rf test-results
+ rm -rf test-results test-trace
clean:
- rm -rf build "trash directory".* test-results
+ rm -rf build "trash directory".* test-results test-trace
test-lint:
$(MAKE) -C .. test-lint