diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-04-03 15:04:35 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-04-03 15:04:35 +0200 |
commit | 2ebad11cf9ec925e4ad75f4520f40b57df4233e5 (patch) | |
tree | 6b6f340aeed7f200131f52de12a059d40e66cba7 | |
parent | c564424d98b1561f16e633528172b3583719e5f3 (diff) |
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 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 - |