myos/make/myos.mk

9 lines
102 B
Makefile

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