From 280d8b246a60fa49d932bfbc573b93acffd7af29 Mon Sep 17 00:00:00 2001 From: Andrew Mike Date: Tue, 10 Jan 2023 17:02:41 -0500 Subject: New watch face: Tally counter (tally_face) (#160) * Add tally face * Fix copyright block to reflect real author * Fix indentation * More style editing, edited comments * silence warning in tally_face Co-authored-by: Andrew Mike Co-authored-by: joeycastillo --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make/Makefile') diff --git a/movement/make/Makefile b/movement/make/Makefile index 680aa42c..a11f49f3 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -83,6 +83,7 @@ SRCS += \ ../watch_faces/settings/finetune_face.c \ ../watch_faces/complication/databank_face.c \ ../watch_faces/complication/tempchart_face.c \ + ../watch_faces/complication/tally_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. -- cgit v1.2.3