This commit is contained in:
aynic.os
2021-05-25 14:55:16 +02:00
parent afce46f3df
commit 8a7a545a6c
7 changed files with 24 additions and 22 deletions
+8
View File
@@ -0,0 +1,8 @@
##
# MYOS
.PHONY: myos-%
myos-%: ;
ifneq ($(wildcard $(MYOS)),)
$(call make,$*,$(MYOS))
endif