mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 00:08:06 +08:00
Merge pull request #3848 from ipfs/fix/make/install-no-deps
make: fix `make install` not installing dependencies
This commit is contained in:
commit
1c50ec0c8e
@ -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