diff options
author | joshber <800692+joshber@users.noreply.github.com> | 2022-07-25 11:57:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 11:57:12 -0400 |
commit | f120d66a98cac17fd69169500e148ffbc6eccd69 (patch) | |
tree | a567fbe36f25c30edefda112e22fabcfd502a7d8 /movement/make/Makefile | |
parent | b234db74fe3f70254860715cc4bb828a30290fb2 (diff) | |
download | Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.tar.gz Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.tar.bz2 Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.zip |
Wake Face (#77)
Co-authored-by: Josh Berson <low.note0488@fastmail.com>
Diffstat (limited to 'movement/make/Makefile')
-rwxr-xr-x | movement/make/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 7c7cf2d6..22e5f31b 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -62,6 +62,8 @@ SRCS += \ ../watch_faces/complication/astronomy_face.c \ ../watch_faces/complication/tomato_face.c \ ../watch_faces/complication/probability_face.c \ + ../watch_faces/complication/wake_face.c \ +# wake_face.c: Josh Berson, 2022-07-04 # 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. |