Skip to content

Commit c2723eb

Browse files
committedSep 8, 2024·
make: fix missing separator error
1 parent ac5bf8c commit c2723eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎movement/make/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ SRCS += \
133133
../watch_faces/complication/wordle_face.c \
134134
../watch_faces/complication/endless_runner_face.c \
135135
../watch_faces/complication/periodic_face.c \
136-
../watch_faces/complication/deadline_face.c
136+
../watch_faces/complication/deadline_face.c \
137137
../watch_faces/complication/higher_lower_game_face.c \
138138
../watch_faces/clock/french_revolutionary_face.c \
139139
../watch_faces/clock/minimal_clock_face.c \

0 commit comments

Comments
 (0)
Please sign in to comment.