summaryrefslogtreecommitdiffstats
path: root/launcher/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-03 18:49:21 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-03 19:08:40 -0400
commit27df51d40a29baea8c50a25ed2345b1293a5089c (patch)
tree024de64122e4a5d239acc6bd52565b5a1fa5f161 /launcher/make
parent8d5280a34f1159d8af0277ba04b7e1cb9c8bd7ac (diff)
downloadSensor-Watch-27df51d40a29baea8c50a25ed2345b1293a5089c.tar.gz
Sensor-Watch-27df51d40a29baea8c50a25ed2345b1293a5089c.tar.bz2
Sensor-Watch-27df51d40a29baea8c50a25ed2345b1293a5089c.zip
launcher app with clock and preferences menu
Diffstat (limited to 'launcher/make')
-rwxr-xr-xlauncher/make/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/make/Makefile b/launcher/make/Makefile
index f02c1853..4fba0351 100755
--- a/launcher/make/Makefile
+++ b/launcher/make/Makefile
@@ -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 \