diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2021-10-23 16:36:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 16:36:26 -0400 |
commit | 0b4d0de15b487b84dbd9b0dbebc4cd75ca64c93c (patch) | |
tree | 8bd83648ab3b7359fcc99abfe408229017b8e68c /movement/make/Makefile | |
parent | 27f699af80df5948400ff4ddc5bd34f2b7a75914 (diff) | |
parent | 66e95e4ab85444b2bdda32e7d04e7df138c52cc5 (diff) | |
download | Sensor-Watch-0b4d0de15b487b84dbd9b0dbebc4cd75ca64c93c.tar.gz Sensor-Watch-0b4d0de15b487b84dbd9b0dbebc4cd75ca64c93c.tar.bz2 Sensor-Watch-0b4d0de15b487b84dbd9b0dbebc4cd75ca64c93c.zip |
Merge pull request #19 from tahnok/beats_watch_face
Port beats to movement framework
Diffstat (limited to 'movement/make/Makefile')
-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 aae21d22..a937222b 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -33,6 +33,7 @@ SRCS += \ ../watch_faces/thermistor/thermistor_readout_face.c \ ../watch_faces/thermistor/thermistor_logging_face.c \ ../watch_faces/demos/character_set_face.c \ + ../watch_faces/complications/beats_face.c \ # Leave this line at the bottom of the file; it has all the targets for making your project. include $(TOP)/rules.mk |