From 86fd87a3268cdc235a729411828be5b71992205a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6finger?= <4404414+michaelk99@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:38:38 +0200 Subject: [PATCH] watch-faces.mk: add totp_face.c, got lost while adding totp_lfs_face --- watch-faces.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/watch-faces.mk b/watch-faces.mk index 906806d9..22e262cf 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 \