diff options
| author | Karl-Johan Alm <[email protected]> | 2017-12-07 13:08:10 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2017-12-07 14:13:57 +0900 |
| commit | b3411435ae47246d64360f66a6b16f9a2d9f0c73 (patch) | |
| tree | 4d05a19da90e755e662a555f44e84a87da45f9d2 | |
| parent | Merge #10773: Shell script cleanups (diff) | |
| download | discoin-b3411435ae47246d64360f66a6b16f9a2d9f0c73.tar.xz discoin-b3411435ae47246d64360f66a6b16f9a2d9f0c73.zip | |
[build] Add missing stuff to clean-local
- test/functional/test_framework/__pycache__
- test/cache
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |