myos/make/infra.mk

9 lines
96 B
Makefile

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