]> git.earman.xyz Git - sensor-watch.git/commitdiff
add counter face to movement build
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 20 Apr 2022 15:44:21 +0000 (11:44 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 20 Apr 2022 19:48:04 +0000 (15:48 -0400)
movement/make/Makefile
movement/movement_faces.h

index 3bed196309a92055c9de41bf890d5deb08bca544..5bed6bd2f8ed57a212524790afdde26a9d6550eb 100755 (executable)
@@ -53,6 +53,7 @@ SRCS += \
   ../watch_faces/complication/totp_face.c \
   ../watch_faces/complication/sunrise_sunset_face.c \
   ../watch_faces/complication/countdown_face.c \
+  ../watch_faces/complication/counter_face.c \
   ../watch_faces/complication/blinky_face.c \
   ../watch_faces/complication/moon_phase_face.c \
   ../watch_faces/clock/mars_time_face.c \
index e279683e6cc3a98721c901ad47801109dd105ec2..f27d9f91415fad929351b472432baa458384a386 100644 (file)
@@ -44,6 +44,7 @@
 #include "hello_there_face.h"
 #include "sunrise_sunset_face.h"
 #include "countdown_face.h"
+#include "counter_face.h"
 #include "blinky_face.h"
 #include "moon_phase_face.h"
 #include "mars_time_face.h"