mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
[build] Add missing stuff to clean-local
- test/functional/test_framework/__pycache__ - test/cache
This commit is contained in:
@ -279,4 +279,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
|
|||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
|
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
|
||||||
|
Reference in New Issue
Block a user