diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-11-18 23:11:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 23:11:56 -0500 |
commit | 2b7162c2bed7ddfd926efe975fb24f2230fa2993 (patch) | |
tree | ac1f8d1775cd87b5112f0a6ba99cbc789f90d579 /movement/make | |
parent | 5b212a442317a7c6b3c09c1e64aff46922f3d365 (diff) | |
parent | 9e88f37ced6a21740803f804c6528fc472ca3dfa (diff) | |
download | Sensor-Watch-2b7162c2bed7ddfd926efe975fb24f2230fa2993.tar.gz Sensor-Watch-2b7162c2bed7ddfd926efe975fb24f2230fa2993.tar.bz2 Sensor-Watch-2b7162c2bed7ddfd926efe975fb24f2230fa2993.zip |
Merge pull request #270 from perw/tuning_tones
new face: Tuning tones
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..06e1725d 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/tuning_tones_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. |