X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=performance-test%2FMakefile.local;h=d97e56d91a121cf2ad650bb16d61fa44926c819a;hb=3d4b0930bdc135d8f8edff1f29adb4d3ad0673ad;hp=73aa963bbdb4d6337cb5f1af41d92ca9aeafc404;hpb=098ef4af4d0a52a6b4daed5324a7c77f6c9108da;p=notmuch diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local index 73aa963b..d97e56d9 100644 --- a/performance-test/Makefile.local +++ b/performance-test/Makefile.local @@ -2,7 +2,7 @@ dir := performance-test -include $(dir)/version.sh +include $(srcdir)/$(dir)/version.sh TIME_TEST_SCRIPT := ${dir}/notmuch-time-test MEMORY_TEST_SCRIPT := ${dir}/notmuch-memory-test @@ -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.*