Files
2023-05-14 11:44:44 +00:00

6 lines
110 B
Makefile

ifneq ($(TARGET_SIMULATOR),true)
#ifeq ($(TARGET_ARCH),x86)
include $(call all-subdir-makefiles)
#endif
endif