From b3411435ae47246d64360f66a6b16f9a2d9f0c73 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 7 Dec 2017 13:08:10 +0900 Subject: [PATCH] [build] Add missing stuff to clean-local - test/functional/test_framework/__pycache__ - test/cache --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9b791cc0e..9bf16b6fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -279,4 +279,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man clean-local: rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP) - rm -rf test/functional/__pycache__ + rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache