Skip to content

Commit 2ebad11

Browse files
committed
make clean removes src/qt/moc_ files
1 parent c564424 commit 2ebad11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,5 @@ clean-docs:
293293
rm -rf doc/doxygen
294294

295295
clean-local: clean-docs
296-
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
296+
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP) src/qt/moc_*
297297
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache
298-

0 commit comments

Comments
 (0)