diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-21 02:03:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 02:03:41 -0500 |
commit | 332728b51194adb9ae72a845ff230fc62da74e08 (patch) | |
tree | 888997f4d133e3fee2afb21e633ea5e44724b230 /movement/make | |
parent | 233036ff59f59080967f38682dc595a80ec7bb19 (diff) | |
parent | f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb (diff) | |
download | Sensor-Watch-332728b51194adb9ae72a845ff230fc62da74e08.tar.gz Sensor-Watch-332728b51194adb9ae72a845ff230fc62da74e08.tar.bz2 Sensor-Watch-332728b51194adb9ae72a845ff230fc62da74e08.zip |
Merge pull request #318 from WesleyAC/watch-face-simple-coin-flip
Add simple_coin_flip_face
Diffstat (limited to 'movement/make')
-rw-r--r-- | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index df11a9ab..82bae622 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 \ ../watch_faces/complication/solstice_face.c \ ../watch_faces/complication/couch_to_5k_face.c \ ../watch_faces/clock/minute_repeater_decimal_face.c \ |