diff options
| author | murrayn <[email protected]> | 2018-09-18 02:12:16 -0700 |
|---|---|---|
| committer | murrayn <[email protected]> | 2018-10-01 02:17:44 -0700 |
| commit | 3f5ac2720520e9bce064ae6d28ba5f0488b2087a (patch) | |
| tree | d5c2f755c221193741a9182ce338699e0011df8f /Makefile.am | |
| parent | Merge #14236: qa: generate --> generatetoaddress change to allow tests run wi... (diff) | |
| download | discoin-3f5ac2720520e9bce064ae6d28ba5f0488b2087a.tar.xz discoin-3f5ac2720520e9bce064ae6d28ba5f0488b2087a.zip | |
Include some files currently missed by 'make distclean'.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 10dda65b2..0b91e85f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -294,5 +294,5 @@ clean-docs: clean-local: clean-docs rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP) - rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache + rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__ |