aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-05-04 15:10:49 +0900
committerGravatar David Bremner <david@tethera.net>2014-05-28 09:52:10 -0300
commitfe8cd90f97a078336612cd441a783096d6350564 (patch)
tree2716256dc94e5f86401f2aeb42f1122e418ffcf7 /performance-test
parent18565743949174e28576a751ae18b90dcfc60c40 (diff)
build: add dataclean
It turns out to be inconvenient to delete the downloaded datafiles with distclean, so I propose a new target which does that instead. The closest conventional target is 'maintainer-clean'; the difference here is that having the original source tarball is not enough to reconstruct these files.
Diffstat (limited to 'performance-test')
-rw-r--r--performance-test/Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local
index cbea2d36..3469aa3d 100644
--- a/performance-test/Makefile.local
+++ b/performance-test/Makefile.local
@@ -41,3 +41,4 @@ download-corpus:
CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.*
DISTCLEAN := $(DISTCLEAN) $(dir)/corpus $(dir)/notmuch.cache.*
+DATACLEAN := $(DATACLEAN) $(TXZFILE)