From 249bfc183c5d7c13d94ffecf5389a6b56a2d735d Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 25 Jan 2022 15:39:04 -0500 Subject: movement: move beat time to clock folder --- movement/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 9d6e6b00..e489a09a 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -32,6 +32,7 @@ SRCS += \ ../movement.c \ ../watch_faces/clock/simple_clock_face.c \ ../watch_faces/clock/world_clock_face.c \ + ../watch_faces/clock/beats_face.c \ ../watch_faces/settings/preferences_face.c \ ../watch_faces/settings/set_time_face.c \ ../watch_faces/complications/pulsometer_face.c \ @@ -43,7 +44,6 @@ SRCS += \ ../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 \ ../watch_faces/complications/totp_face.c \ -- cgit v1.2.3