make clean removes src/qt/moc_ files

pull/12870/head
Sjors Provoost 7 years ago
parent c564424d98
commit 2ebad11cf9
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009

@ -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

Loading…
Cancel
Save