Browse Source

[build] Add missing stuff to clean-local

- test/functional/test_framework/__pycache__
- test/cache
0.16
Karl-Johan Alm 7 years ago
parent
commit
b3411435ae
No known key found for this signature in database
GPG Key ID: 57AF762DB3353322
  1. 2
      Makefile.am

2
Makefile.am

@ -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

Loading…
Cancel
Save