This commit is contained in:
aynic.os
2021-05-31 22:29:12 +02:00
parent 4b14361bc1
commit e605e033e4
9 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
.PHONY: myos-%
myos-%: ;
ifneq ($(wildcard $(MYOS)),)
ifeq ($(wildcard $(MYOS)),$(MYOS))
$(call make,$*,$(MYOS))
endif