summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorTheOnePerson <a.nebinger@web.de>2023-03-11 22:40:55 +0100
committerGitHub <noreply@github.com>2023-03-11 16:40:55 -0500
commite3f76317b512a5976800fd1e9d751f6677c2b4de (patch)
tree73b8485dd2d7249bc5dfd940c60ea0dfd48d657e /movement/make
parent84b947766e725fe35971580695164d09bd60b810 (diff)
downloadSensor-Watch-e3f76317b512a5976800fd1e9d751f6677c2b4de.tar.gz
Sensor-Watch-e3f76317b512a5976800fd1e9d751f6677c2b4de.tar.bz2
Sensor-Watch-e3f76317b512a5976800fd1e9d751f6677c2b4de.zip
Time Left Face: Visualize progress in any time interval (#217)
* time left face: initial commit, fully functional * time left face: typos * time left face: correct even more typos in documentation --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index b930585e..c6365718 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -106,6 +106,7 @@ SRCS += \
../watch_faces/complication/timer_face.c \
../watch_faces/complication/invaders_face.c \
../watch_faces/clock/world_clock2_face.c \
+ ../watch_faces/complication/time_left_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.