From c2723ebc8e5db6b42eee51543389bec95b60bc61 Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Sun, 8 Sep 2024 14:22:26 -0300 Subject: [PATCH] make: fix missing separator error --- movement/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/make/Makefile b/movement/make/Makefile index a47b073..42c3106 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -133,7 +133,7 @@ SRCS += \ ../watch_faces/complication/wordle_face.c \ ../watch_faces/complication/endless_runner_face.c \ ../watch_faces/complication/periodic_face.c \ - ../watch_faces/complication/deadline_face.c + ../watch_faces/complication/deadline_face.c \ ../watch_faces/complication/higher_lower_game_face.c \ ../watch_faces/clock/french_revolutionary_face.c \ ../watch_faces/clock/minimal_clock_face.c \