myos/make/infra.mk

9 lines
101 B
Makefile

##
# INFRA
.PHONY: infra-%
infra-%: ;
ifneq ($(wildcard $(INFRA)),)
$(call make,$*,$(INFRA))
endif