summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-15 19:21:39 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-15 19:23:49 -0500
commitbaf25aaa7a7f8ff673bbe805963b242c0eb52306 (patch)
tree80124eb866f4b66153244dd9c1763a4f81efbf29 /movement/make
parent41eaa9c1c03ee70179d8c37c20b436b11dafb8ef (diff)
downloadSensor-Watch-baf25aaa7a7f8ff673bbe805963b242c0eb52306.tar.gz
Sensor-Watch-baf25aaa7a7f8ff673bbe805963b242c0eb52306.tar.bz2
Sensor-Watch-baf25aaa7a7f8ff673bbe805963b242c0eb52306.zip
movement: add sunrise/sunset face
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 4910b102..00a086d0 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -17,6 +17,7 @@ INCLUDES += \
-I../watch_faces/thermistor/ \
-I../watch_faces/demos/ \
-I../lib/TOTP-MCU/ \
+ -I../lib/sunriset/ \
# 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.
@@ -27,6 +28,7 @@ INCLUDES += \
SRCS += \
../lib/TOTP-MCU/sha1.c \
../lib/TOTP-MCU/TOTP.c \
+ ../lib/sunriset/sunriset.c \
../movement.c \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/world_clock_face.c \
@@ -45,6 +47,7 @@ SRCS += \
../watch_faces/complications/day_one_face.c \
../watch_faces/complications/stopwatch_face.c \
../watch_faces/complications/totp_face.c \
+ ../watch_faces/complications/sunrise_sunset_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk