Files
2025-12-22 15:13:55 +08:00

7 lines
143 B
Makefile

include tools/scripts/config.mk
CUSTOM_DIR := custom
ifeq ($(strip $(DEMO_SUPPORT)),n)
include $(CUSTOM_DIR)/custom_main/custom_main.mk
endif