]> git.earman.xyz Git - sensor-watch.git/commit
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)
commit673f90b7242d1f0cdf5b09a3aed473b6ae4d4cf0
tree1ca81b33fe054bd3c7fab6183a859ad694611116
parent44b543421da5a310c53cc9c68bdd47c0eb2c9cf3
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 #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