summaryrefslogtreecommitdiffstats
path: root/launcher/make/Makefile
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-03 14:26:17 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-03 14:26:17 -0400
commit95ea714d61b058f2b25aea6c01021cb3b3b2c3be (patch)
tree57e44cc75269423c9b616ed16ab95a7a2a7e11d3 /launcher/make/Makefile
parent399caa2582a4c139bd37ea0ce4480d06cfa53914 (diff)
downloadSensor-Watch-95ea714d61b058f2b25aea6c01021cb3b3b2c3be.tar.gz
Sensor-Watch-95ea714d61b058f2b25aea6c01021cb3b3b2c3be.tar.bz2
Sensor-Watch-95ea714d61b058f2b25aea6c01021cb3b3b2c3be.zip
basic launcher switching between two widgets
Diffstat (limited to 'launcher/make/Makefile')
-rwxr-xr-xlauncher/make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/make/Makefile b/launcher/make/Makefile
index dce33f45..f02c1853 100755
--- a/launcher/make/Makefile
+++ b/launcher/make/Makefile
@@ -20,7 +20,8 @@ INCLUDES += \
# ../utils/temperature.c
SRCS += \
../launcher.c \
- ../widgets/fake_widget.c \
+ ../widgets/fake_widget_1.c \
+ ../widgets/fake_widget_2.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk