]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/Makefile.local
perf: Clean corpus and caches in distclean, not clean
[notmuch] / performance-test / Makefile.local
index e47219ad275f93c613de5b6d9e5d35dab36c3e57..d97e56d91a121cf2ad650bb16d61fa44926c819a 100644 (file)
@@ -39,4 +39,5 @@ $(TXZFILE):
 download-corpus:
        wget -O ${TXZFILE} ${DEFAULT_URL}
 
-CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.* $(dir)/corpus $(dir)/notmuch.cache.*
+CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.*
+DISTCLEAN := $(dir)/corpus $(dir)/notmuch.cache.*