mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 09:59:13 +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:
|
||||
$(d)-install: $(d) $$(DEPS_GO) ALWAYS
|
||||
go install $(go-flags-with-tags) ./cmd/ipfs
|
||||
.PHONY: $(d)-install
|
||||
|
||||
|
Reference in New Issue
Block a user