[build] Add missing stuff to clean-local

Remaining of cache may interfere the expected execution of the rpc-test.py
This patch make "make clean-local" remove the cache and __pycache__ folders.
This commit is contained in:
Karl-Johan Alm 2017-12-07 13:08:10 +09:00 committed by Akio Nakamura
parent 146a95724e
commit 9f04e1fc04

View file

@ -236,4 +236,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
clean-local:
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ $(OSX_APP)
rm -rf qa/pull-tester/__pycache__
rm -rf qa/pull-tester/__pycache__ qa/rpc-tests/test_framework/__pycache__ src/test/__pycache__ qa/cache