summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-23 13:02:18 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-23 13:04:38 -0500
commit9e24f6c336773c7404139ab4db0eaab2f99504e2 (patch)
treece15a18f0d922195f7d5e30fd256ea546148abe9 /movement/make/Makefile
parent6ca8c78e0dd63891fb006395d30ba6a1a2aa44d1 (diff)
downloadSensor-Watch-9e24f6c336773c7404139ab4db0eaab2f99504e2.tar.gz
Sensor-Watch-9e24f6c336773c7404139ab4db0eaab2f99504e2.tar.bz2
Sensor-Watch-9e24f6c336773c7404139ab4db0eaab2f99504e2.zip
movement: add blinky face
Diffstat (limited to 'movement/make/Makefile')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 5b9779b3..9d6e6b00 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -49,6 +49,7 @@ SRCS += \
../watch_faces/complications/totp_face.c \
../watch_faces/complications/sunrise_sunset_face.c \
../watch_faces/complications/countdown_face.c \
+ ../watch_faces/complications/blinky_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk