diff options
| author | Sjors Provoost <[email protected]> | 2018-04-03 15:04:35 +0200 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2018-04-03 15:04:35 +0200 |
| commit | 2ebad11cf9ec925e4ad75f4520f40b57df4233e5 (patch) | |
| tree | 6b6f340aeed7f200131f52de12a059d40e66cba7 | |
| parent | Merge #12861: [tests] Stop feature_block.py from blowing up memory. (diff) | |
| download | discoin-2ebad11cf9ec925e4ad75f4520f40b57df4233e5.tar.xz discoin-2ebad11cf9ec925e4ad75f4520f40b57df4233e5.zip | |
make clean removes src/qt/moc_ files
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f345760f2..f554501b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -293,6 +293,5 @@ clean-docs: rm -rf doc/doxygen clean-local: clean-docs - 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) src/qt/moc_* rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache - |