summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authormrbrown8 <mrbrown8@juno.com>2023-07-29 06:10:28 -0600
committerGitHub <noreply@github.com>2023-07-29 08:10:28 -0400
commit15eeca6b599cd007de6aedf96628e3f169eacdc2 (patch)
treeb290407fe74a73ab85edf6aee2b0692abdd44ccd /movement/make/Makefile
parent07f150fbec30a6da4ada1ceb9dc2afdb9b68c6ea (diff)
downloadSensor-Watch-15eeca6b599cd007de6aedf96628e3f169eacdc2.tar.gz
Sensor-Watch-15eeca6b599cd007de6aedf96628e3f169eacdc2.tar.bz2
Sensor-Watch-15eeca6b599cd007de6aedf96628e3f169eacdc2.zip
Decimal time face (#260)
* Update movement_faces.h adding decimal_time_face.h to build * Decimal Time, a new clock face This face presents the current time as hours and hundredths of an hour. * add decimal time to Makefile
Diffstat (limited to 'movement/make/Makefile')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index f4ffa546..625c7729 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -116,6 +116,7 @@ SRCS += \
../watch_faces/complication/geomancy_face.c \
../watch_faces/clock/simple_clock_bin_led_face.c \
../watch_faces/complication/flashlight_face.c \
+ ../watch_faces/clock/decimal_time_face.c \
../watch_faces/clock/wyoscan_face.c \
# New watch faces go above this line.