make clean removes src/qt/moc_ files
This commit is contained in:
parent
c564424d98
commit
2ebad11cf9
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue