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
commit 48d016bc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \