Merge pull request #1901 from cfromknecht/clean-vendor-new

make: clean lnd-debug, lncli-debug and .vendor-new
This commit is contained in:
Olaoluwa Osuntokun
2018-09-13 19:17:35 -07:00
committed by GitHub

View File

@@ -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 \