summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-16 16:51:36 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-16 16:51:36 -0400
commitc27dbc779b252c32370e2cd34a22f51d120d0f38 (patch)
treee4d4e0603654084639626e5b2756e6f758285701 /movement/make
parent05fe055f99b9b950086b1e38a9c795d7e076c5b2 (diff)
downloadSensor-Watch-c27dbc779b252c32370e2cd34a22f51d120d0f38.tar.gz
Sensor-Watch-c27dbc779b252c32370e2cd34a22f51d120d0f38.tar.bz2
Sensor-Watch-c27dbc779b252c32370e2cd34a22f51d120d0f38.zip
fix misspelling of pulsometer
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 8b29fba4..f17fc7e5 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -26,7 +26,7 @@ SRCS += \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/settings/preferences_face.c \
../watch_faces/settings/set_time_face.c \
- ../watch_faces/complications/pulseometer_face.c \
+ ../watch_faces/complications/pulsometer_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk