diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-11-03 05:34:56 -0400 |
---|---|---|
committer | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-11-06 18:01:44 -0500 |
commit | dcf167a8bf6f09d3068bd419bba9c92586c7cb04 (patch) | |
tree | 039e5eab0ccac74825748a13d1bc26e7ed10b5ca /movement/make | |
parent | 67be6affd3367c4f6c302a57fdb35fc2bda50ce6 (diff) | |
download | Sensor-Watch-dcf167a8bf6f09d3068bd419bba9c92586c7cb04.tar.gz Sensor-Watch-dcf167a8bf6f09d3068bd419bba9c92586c7cb04.tar.bz2 Sensor-Watch-dcf167a8bf6f09d3068bd419bba9c92586c7cb04.zip |
Add solstice_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 625c7729..d020fc9e 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/solstice_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. |