add apploader example

This commit is contained in:
aanper
2020-10-17 11:48:52 +03:00
parent 3c453a2a20
commit 566ba378ff
5 changed files with 25 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ APP_INPUT = 1
APP_GUI = 1
CFLAGS += -DAPP_MENU
C_SOURCES += $(wildcard $(APP_DIR)/menu/*.c)
C_SOURCES += $(wildcard $(APP_DIR)/app-loader/*.c)
endif
APP_TEST ?= 0