wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
##
|
||||
# MYOS
|
||||
|
||||
.PHONY: myos-%
|
||||
myos-%: ;
|
||||
ifneq ($(wildcard $(MYOS)),)
|
||||
$(call make,$*,$(MYOS))
|
||||
endif
|
||||
Reference in New Issue
Block a user