Rules.mk 142 Bytes
Newer Older
1 2 3 4 5 6 7 8
include mk/header.mk

PB_$(d) = $(wildcard $(d)/*.proto)
TGTS_$(d) = $(PB_$(d):.proto=.pb.go)

#DEPS_GO += $(TGTS_$(d))

include mk/footer.mk