summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authorWesley Aptekar-Cassels <me@wesleyac.com>2024-01-21 02:01:27 -0500
committerGitHub <noreply@github.com>2024-01-21 02:01:27 -0500
commitf16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb (patch)
tree888997f4d133e3fee2afb21e633ea5e44724b230 /movement/make/Makefile
parent73f689e65ac11da126c54b3b2252ffac37e796cc (diff)
parent233036ff59f59080967f38682dc595a80ec7bb19 (diff)
downloadSensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.tar.gz
Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.tar.bz2
Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.zip
Merge branch 'main' into watch-face-simple-coin-flip
Diffstat (limited to 'movement/make/Makefile')
-rw-r--r--movement/make/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 35f610a5..82bae622 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -119,6 +119,11 @@ SRCS += \
../watch_faces/clock/decimal_time_face.c \
../watch_faces/clock/wyoscan_face.c \
../watch_faces/complication/simple_coin_flip_face.c \
+ ../watch_faces/complication/solstice_face.c \
+ ../watch_faces/complication/couch_to_5k_face.c \
+ ../watch_faces/clock/minute_repeater_decimal_face.c \
+ ../watch_faces/complication/tuning_tones_face.c \
+ ../watch_faces/complication/kitchen_conversions_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.