diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-21 12:30:20 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-21 12:30:20 -0600 |
commit | 221e41f58cf671a71c3a174c8c8f8c4efd98e3c2 (patch) | |
tree | d5a914b20b3ba520acc980262c1a874e4597e0b9 /movement/make | |
parent | 4862472d1d8b9ea0bb8888965500f7372b4c5bfe (diff) | |
download | Sensor-Watch-221e41f58cf671a71c3a174c8c8f8c4efd98e3c2.tar.gz Sensor-Watch-221e41f58cf671a71c3a174c8c8f8c4efd98e3c2.tar.bz2 Sensor-Watch-221e41f58cf671a71c3a174c8c8f8c4efd98e3c2.zip |
add 'hello there' face, demo for documentation
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 b7a0e6e2..4910b102 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -40,6 +40,7 @@ SRCS += \ ../watch_faces/demos/voltage_face.c \ ../watch_faces/demos/lis2dh_logging_face.c \ ../watch_faces/demos/demo_face.c \ + ../watch_faces/demos/hello_there_face.c \ ../watch_faces/complications/beats_face.c \ ../watch_faces/complications/day_one_face.c \ ../watch_faces/complications/stopwatch_face.c \ |