launcher app with clock and preferences menu

This commit is contained in:
Joey Castillo
2021-10-03 18:49:21 -04:00
parent 8d5280a34f
commit 27df51d40a
12 changed files with 304 additions and 30 deletions

View File

@@ -11,6 +11,8 @@ include $(TOP)/make.mk
INCLUDES += \
-I../ \
-I../widgets/ \
-I../widgets/clock/ \
-I../widgets/settings/ \
# If you add any other source files you wish to compile, add them after ../app.c
# Note that you will need to add a backslash at the end of any line you wish to continue, i.e.
@@ -20,6 +22,8 @@ INCLUDES += \
# ../utils/temperature.c
SRCS += \
../launcher.c \
../widgets/clock/simple_clock_widget.c \
../widgets/settings/preferences_widget.c \
../widgets/fake_widget_1.c \
../widgets/fake_widget_2.c \