We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc2d2c commit 13d3adbCopy full SHA for 13d3adb
Makefile.am
@@ -164,9 +164,9 @@ endif
164
165
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/pull-tester.sh qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
166
167
-CLEANFILES = $(OSX_DMG) $(OSX_APP) $(BITCOIN_WIN_INSTALLER)
+CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
168
169
.INTERMEDIATE: $(COVERAGE_INFO)
170
171
clean-local:
172
- rm -rf test_bitcoin.coverage/ total.coverage/
+ rm -rf test_bitcoin.coverage/ total.coverage/ $(OSX_APP)
0 commit comments