mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
make: fix make install
not installing dependencies
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
@ -22,7 +22,7 @@ $(IPFS_BIN_$(d)): $(d) $$(DEPS_GO) ALWAYS #| $(DEPS_OO_$(d))
|
|||||||
|
|
||||||
|
|
||||||
$(d)-install: GOFLAGS += $(cmd/ipfs_flags)
|
$(d)-install: GOFLAGS += $(cmd/ipfs_flags)
|
||||||
$(d)-install:
|
$(d)-install: $(d) $$(DEPS_GO) ALWAYS
|
||||||
go install $(go-flags-with-tags) ./cmd/ipfs
|
go install $(go-flags-with-tags) ./cmd/ipfs
|
||||||
.PHONY: $(d)-install
|
.PHONY: $(d)-install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user