mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
Merge pull request #1901 from cfromknecht/clean-vendor-new
make: clean lnd-debug, lncli-debug and .vendor-new
This commit is contained in:
commit
48d016bc78
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue