mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
Also: * Switch to gogo for filestore for consistency. * Use the "faster" codegen for fewer allocations. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
9 lines
142 B
Makefile
9 lines
142 B
Makefile
include mk/header.mk
|
|
|
|
PB_$(d) = $(wildcard $(d)/*.proto)
|
|
TGTS_$(d) = $(PB_$(d):.proto=.pb.go)
|
|
|
|
#DEPS_GO += $(TGTS_$(d))
|
|
|
|
include mk/footer.mk
|