mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
build: add removal of ./vendor to make clean
This commit is contained in:
parent
c10d98182a
commit
f32db6bb52
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -305,6 +305,7 @@ clean: clean-itest
|
|||
$(RM) ./litcli-debug
|
||||
$(RM) ./litd-debug
|
||||
$(RM) coverage.txt
|
||||
$(RM) -r ./vendor
|
||||
|
||||
sqlc:
|
||||
@$(call print, "Generating sql models and queries in Go")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue