Skip to content

Commit

Permalink
make: add beeps face to build
Browse files Browse the repository at this point in the history
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 #472.

Reported-by: CarpeNoctem <[email protected]>
Fixed-by: CarpeNoctem <[email protected]>
Reviewed-by: Matheus Afonso Martins Moreira <[email protected]>
GitHub-Issue: #472
  • Loading branch information
matheusmoreira committed Sep 10, 2024
1 parent 44b5434 commit 673f90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions movement/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ SRCS += \
../watch_faces/complication/simon_face.c \
../watch_faces/complication/simple_calculator_face.c \
../watch_faces/sensor/alarm_thermometer_face.c \
../watch_faces/demo/beeps_face.c \
# New watch faces go above this line.

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

0 comments on commit 673f90b

Please sign in to comment.