aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2018-04-03 15:04:35 +0200
committerSjors Provoost <sjors@sprovoost.nl>2018-04-03 15:04:35 +0200
commit2ebad11cf9ec925e4ad75f4520f40b57df4233e5 (patch)
tree6b6f340aeed7f200131f52de12a059d40e66cba7 /Makefile.am
parentc564424d98b1561f16e633528172b3583719e5f3 (diff)
downloadbitcoin-2ebad11cf9ec925e4ad75f4520f40b57df4233e5.tar.xz
make clean removes src/qt/moc_ files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f345760f2d..f554501b2e 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
-