From f571da434607b50ea5a829f8fdb6cdadfeb0c2a4 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 28 Jan 2023 11:52:27 +0100 Subject: habit face Track a single habit, occuring at most once per day, with an eight-day look back and total count --- 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 58895862..6865960c 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -96,6 +96,7 @@ SRCS += \ ../watch_faces/complication/morsecalc_face.c \ ../watch_faces/complication/rpn_calculator_face.c \ ../watch_faces/complication/ships_bell_face.c \ + ../watch_faces/complication/habit_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