Skip to content

Commit 8b04c64

Browse files
committed
make: add binaries and previous builds to clean goal
1 parent 002f4ac commit 8b04c64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ migration-check:
350350
clean:
351351
@$(call print, "Cleaning source.$(NC)")
352352
$(RM) coverage.txt
353+
$(RM) -r itest/regtest
354+
$(RM) -r itest/chantools
355+
$(RM) itest/btcd-itest
356+
$(RM) itest/lnd-itest
357+
$(RM) loadtest
358+
$(RM) tapd-debug
359+
$(RM) tapcli-debug
360+
$(RM) -r taproot-assets-v*
353361

354362
.PHONY: all \
355363
default \

0 commit comments

Comments
 (0)