Skip to content

Commit 13d3adb

Browse files
theunilaanwj
authored andcommitted
build: fix make clean on OSX
Rebased-From: 74df0f5 Rebased-By: Wladimir J. van der Laan <[email protected]>
1 parent acc2d2c commit 13d3adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ endif
164164

165165
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/pull-tester.sh qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
166166

167-
CLEANFILES = $(OSX_DMG) $(OSX_APP) $(BITCOIN_WIN_INSTALLER)
167+
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
168168

169169
.INTERMEDIATE: $(COVERAGE_INFO)
170170

171171
clean-local:
172-
rm -rf test_bitcoin.coverage/ total.coverage/
172+
rm -rf test_bitcoin.coverage/ total.coverage/ $(OSX_APP)

0 commit comments

Comments
 (0)