From b0ec40ae460063f711cac963b2e7a0d826c710d7 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Wed, 3 Nov 2021 21:10:10 -0400 Subject: Add stopwatch face to movement Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index aecd6b58..b595d2dd 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -36,6 +36,7 @@ SRCS += \ ../watch_faces/demos/voltage_face.c \ ../watch_faces/complications/beats_face.c \ ../watch_faces/complications/day_one_face.c \ + ../watch_faces/complications/stopwatch_face.c \ # Leave this line at the bottom of the file; it has all the targets for making your project. include $(TOP)/rules.mk -- cgit v1.2.3