myos/make/myos.mk

8 lines
107 B
Makefile

##
# MYOS
# target myos-%: Call % target in MYOS folder
.PHONY: myos-%
myos-%: ;
$(call make,$*,$(MYOS))