diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-11-08 09:50:54 -0600 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-11-08 09:59:23 -0600 |
commit | 1b4bfe35c2ee402314a4aab503bc6d5890eeee91 (patch) | |
tree | b8cd50fcc3f3cbfc269070388e708d862fa75684 /movement/make | |
parent | 61f479db5a743d36ee1504a1ac004ed7610c663f (diff) | |
download | Sensor-Watch-1b4bfe35c2ee402314a4aab503bc6d5890eeee91.tar.gz Sensor-Watch-1b4bfe35c2ee402314a4aab503bc6d5890eeee91.tar.bz2 Sensor-Watch-1b4bfe35c2ee402314a4aab503bc6d5890eeee91.zip |
movement: day one watch face, counts days from birth
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 89e3161a..aecd6b58 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -35,6 +35,7 @@ SRCS += \ ../watch_faces/demos/character_set_face.c \ ../watch_faces/demos/voltage_face.c \ ../watch_faces/complications/beats_face.c \ + ../watch_faces/complications/day_one_face.c \ # Leave this line at the bottom of the file; it has all the targets for making your project. include $(TOP)/rules.mk |