mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
14 lines
237 B
Makefile
14 lines
237 B
Makefile
include mk/header.mk
|
|
|
|
IPFS_PLUGINS ?=
|
|
export IPFS_PLUGINS
|
|
|
|
$(d)/preload.go: d:=$(d)
|
|
$(d)/preload.go: $(d)/preload_list $(d)/preload.sh ALWAYS
|
|
$(d)/preload.sh > $@
|
|
go fmt $@ >/dev/null
|
|
|
|
DEPS_GO += $(d)/preload.go
|
|
|
|
include mk/footer.mk
|