myos/make/myos.mk

8 lines
107 B
Makefile
Raw Normal View History

2021-02-09 17:05:00 +01:00
##
2021-05-17 03:40:02 +02:00
# MYOS
2021-02-09 17:05:00 +01:00
2021-06-06 16:29:54 +02:00
# target myos-%: Call % target in MYOS folder
2021-05-17 03:40:02 +02:00
.PHONY: myos-%
myos-%: ;
$(call make,$*,$(MYOS))