summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-25 17:28:22 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-25 17:28:22 -0500
commit2a59ae950f653a1730686ede8f77d74aea125efe (patch)
treeb551aa3b204b67eda9d7d3a9dac1574ca83d4a76 /movement/make/Makefile
parentbcca6cc5960b6127c17127e343b40ac783b90c85 (diff)
downloadSensor-Watch-2a59ae950f653a1730686ede8f77d74aea125efe.tar.gz
Sensor-Watch-2a59ae950f653a1730686ede8f77d74aea125efe.tar.bz2
Sensor-Watch-2a59ae950f653a1730686ede8f77d74aea125efe.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 a09b4e30..b70d7092 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -49,6 +49,7 @@ SRCS += \
../watch_faces/complication/totp_face.c \
../watch_faces/complication/sunrise_sunset_face.c \
../watch_faces/complication/countdown_face.c \
+ ../watch_faces/complication/blinky_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.