]> git.earman.xyz Git - sensor-watch.git/commitdiff
make: add beeps face to build
authorMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Tue, 10 Sep 2024 02:59:44 +0000 (23:59 -0300)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Tue, 10 Sep 2024 03:05:54 +0000 (00:05 -0300)
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 <cryptomax@pm.me>
Fixed-by: CarpeNoctem <cryptomax@pm.me>
Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Issue: https://github.com/joeycastillo/Sensor-Watch/issues/472

movement/make/Makefile

index 42c3106e36c32c657c3701079a86c7c83718ec53..e347d5957670e38811d4411939f0775a1bedc22c 100644 (file)
@@ -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.