summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorWesley Aptekar-Cassels <me@wesleyac.com>2023-11-08 19:22:03 -0500
committerWesley Aptekar-Cassels <me@wesleyac.com>2023-11-08 19:29:56 -0500
commit73f689e65ac11da126c54b3b2252ffac37e796cc (patch)
tree897e235007d2a4949794523761ea87022a59057d /movement/make
parent67be6affd3367c4f6c302a57fdb35fc2bda50ce6 (diff)
downloadSensor-Watch-73f689e65ac11da126c54b3b2252ffac37e796cc.tar.gz
Sensor-Watch-73f689e65ac11da126c54b3b2252ffac37e796cc.tar.bz2
Sensor-Watch-73f689e65ac11da126c54b3b2252ffac37e796cc.zip
Add simple_coin_flip_face.
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 625c7729..35f610a5 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -118,6 +118,7 @@ SRCS += \
../watch_faces/complication/flashlight_face.c \
../watch_faces/clock/decimal_time_face.c \
../watch_faces/clock/wyoscan_face.c \
+ ../watch_faces/complication/simple_coin_flip_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.