mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-13 06:32:30 +02:00
make: remove uneccessary go install
'go install' is done as part of 'go get -u'.
This commit is contained in:
1
Makefile
1
Makefile
@ -110,7 +110,6 @@ $(GOVERALLS_BIN):
|
|||||||
$(LINT_BIN):
|
$(LINT_BIN):
|
||||||
@$(call print, "Fetching gometalinter.v2")
|
@$(call print, "Fetching gometalinter.v2")
|
||||||
go get -u $(LINT_PKG)
|
go get -u $(LINT_PKG)
|
||||||
$(GOINSTALL) $(LINT_PKG)
|
|
||||||
|
|
||||||
dep: $(DEP_BIN)
|
dep: $(DEP_BIN)
|
||||||
@$(call print, "Compiling dependencies.")
|
@$(call print, "Compiling dependencies.")
|
||||||
|
Reference in New Issue
Block a user