]> git.cworth.org Git - notmuch/blobdiff - performance-test/Makefile.local
build: don't overwrite DISTCLEAN in performance-test
[notmuch] / performance-test / Makefile.local
index e47219ad275f93c613de5b6d9e5d35dab36c3e57..cbea2d36d13c8a924c1fdf1648763e5c25b839e7 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 := $(DISTCLEAN) $(dir)/corpus $(dir)/notmuch.cache.*