From cde6ae35989cd0038ea0973bcc0074b700c796b6 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 18 Oct 2023 23:29:25 +0200 Subject: Add Couch-To-5k training face --- 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 625c7729..646e3cb8 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -118,6 +118,7 @@ SRCS += \ ../watch_faces/complication/flashlight_face.c \ ../watch_faces/clock/decimal_time_face.c \ ../watch_faces/clock/wyoscan_face.c \ + ../watch_faces/complication/couchTo5k_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 From 30c8da7f553146e22be456f0852351dff7269e1f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 19 Nov 2023 15:28:45 +0100 Subject: Fit naming conventions --- movement/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'movement/make/Makefile') diff --git a/movement/make/Makefile b/movement/make/Makefile index 646e3cb8..d27b796a 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -118,7 +118,7 @@ SRCS += \ ../watch_faces/complication/flashlight_face.c \ ../watch_faces/clock/decimal_time_face.c \ ../watch_faces/clock/wyoscan_face.c \ - ../watch_faces/complication/couchTo5k_face.c \ + ../watch_faces/complication/couch_to_5k_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