diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-11-09 00:03:28 -0500 |
---|---|---|
committer | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-11-09 02:34:36 -0500 |
commit | f1d4d4ce89e46a02b719baf1f33947a6ef53b23f (patch) | |
tree | d2b66bae3dea6be72b186bb0e2220aa25ade54bf /movement/make/Makefile | |
parent | 67be6affd3367c4f6c302a57fdb35fc2bda50ce6 (diff) | |
download | Sensor-Watch-f1d4d4ce89e46a02b719baf1f33947a6ef53b23f.tar.gz Sensor-Watch-f1d4d4ce89e46a02b719baf1f33947a6ef53b23f.tar.bz2 Sensor-Watch-f1d4d4ce89e46a02b719baf1f33947a6ef53b23f.zip |
Add day_night_percentage_face.
Diffstat (limited to 'movement/make/Makefile')
-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 625c7729..3953e31e 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/clock/day_night_percentage_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. |