mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 23:38:07 +08:00
make: fix make install not installing dependencies
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
aac4088c75
commit
52a293ae2d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user