myos/make/infra.mk

9 lines
101 B
Makefile
Raw Normal View History

2021-02-09 17:05:00 +01:00
##
# INFRA
.PHONY: infra-%
infra-%: ;
ifneq ($(wildcard $(INFRA)),)
$(call make,$*,$(INFRA))
endif