From: Joey Castillo Date: Wed, 20 Apr 2022 15:44:21 +0000 (-0400) Subject: add counter face to movement build X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=263e7c6543ab580bed0567b018d1f198f918a64b;p=sensor-watch.git add counter face to movement build --- diff --git a/movement/make/Makefile b/movement/make/Makefile index 3bed196..5bed6bd 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -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 \ diff --git a/movement/movement_faces.h b/movement/movement_faces.h index e279683..f27d9f9 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -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"