Skip to content

Commit 7a1eb55

Browse files
make: add beeps face to build
PR #386 did not add the C file to the makefile, causing the build to fail at the link stage due to the missing object file and the symbols that were supposed to be provided by it. Adding the file to the build fixes the issue. Reported-by: CarpeNoctem <cryptomax@pm.me> Fixed-by: CarpeNoctem <cryptomax@pm.me> Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com> GitHub-Issue: #472 Fixes: #472
1 parent 44b5434 commit 7a1eb55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

movement/make/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ SRCS += \
140140
../watch_faces/complication/simon_face.c \
141141
../watch_faces/complication/simple_calculator_face.c \
142142
../watch_faces/sensor/alarm_thermometer_face.c \
143+
../watch_faces/demo/beeps_face.c \
143144
# New watch faces go above this line.
144145

145146
# Leave this line at the bottom of the file; it has all the targets for making your project.

0 commit comments

Comments
 (0)