summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorDavid Singleton <davidsingleton@gmail.com>2022-10-18 21:30:05 -0700
committerGitHub <noreply@github.com>2022-10-18 23:30:05 -0500
commitdfb928b9d6d1cf62d09c48f54b57d3e6fc970245 (patch)
treea7e67ef99a85cbf52454bf327b17198717e5fe27 /movement/make
parent5bd0aafc24afffe33d4a014bc9af9865f708a65b (diff)
downloadSensor-Watch-dfb928b9d6d1cf62d09c48f54b57d3e6fc970245.tar.gz
Sensor-Watch-dfb928b9d6d1cf62d09c48f54b57d3e6fc970245.tar.bz2
Sensor-Watch-dfb928b9d6d1cf62d09c48f54b57d3e6fc970245.zip
Adds a rate meter watchface (#101)
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index fe652154..064d289b 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -68,6 +68,7 @@ SRCS += \
../watch_faces/complication/probability_face.c \
../watch_faces/complication/wake_face.c \
../watch_faces/demo/frequency_correction_face.c \
+ ../watch_faces/complication/ratemeter_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.