diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-23 13:02:18 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-23 13:04:38 -0500 |
commit | 9e24f6c336773c7404139ab4db0eaab2f99504e2 (patch) | |
tree | ce15a18f0d922195f7d5e30fd256ea546148abe9 /movement/make | |
parent | 6ca8c78e0dd63891fb006395d30ba6a1a2aa44d1 (diff) | |
download | Sensor-Watch-9e24f6c336773c7404139ab4db0eaab2f99504e2.tar.gz Sensor-Watch-9e24f6c336773c7404139ab4db0eaab2f99504e2.tar.bz2 Sensor-Watch-9e24f6c336773c7404139ab4db0eaab2f99504e2.zip |
movement: add blinky face
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 1 |
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 |