diff --git a/Makefile b/Makefile index 10cf8958..7cffacfe 100644 --- a/Makefile +++ b/Makefile @@ -219,8 +219,8 @@ rpc: clean: @$(call print, "Cleaning source.$(NC)") - $(RM) ./lnd ./lncli - $(RM) -r ./vendor + $(RM) ./lnd-debug ./lncli-debug + $(RM) -r ./vendor .vendor-new .PHONY: all \