From: Michael Köfinger <4404414+michaelk99@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:38:38 +0000 (+0200) Subject: watch-faces.mk: add totp_face.c, got lost while adding totp_lfs_face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=86fd87a3268cdc235a729411828be5b71992205a;p=sensor-watch.git watch-faces.mk: add totp_face.c, got lost while adding totp_lfs_face --- diff --git a/watch-faces.mk b/watch-faces.mk index 906806d..22e262c 100644 --- a/watch-faces.mk +++ b/watch-faces.mk @@ -14,6 +14,7 @@ SRCS += \ ./watch-faces/complication/days_since_face.c \ ./watch-faces/complication/breathing_face.c \ ./watch-faces/complication/squash_face.c \ + ./watch-faces/complication/totp_face.c \ ./watch-faces/complication/totp_lfs_face.c \ ./watch-faces/complication/tally_face.c \ ./watch-faces/complication/wordle_face.c \