Skip to content

Commit b341143

Browse files
committed
[build] Add missing stuff to clean-local
- test/functional/test_framework/__pycache__ - test/cache
1 parent c17f11f commit b341143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
279279

280280
clean-local:
281281
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
282-
rm -rf test/functional/__pycache__
282+
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache

0 commit comments

Comments
 (0)