From 0fcc60e3889ed0e2b044acba9f5dcec7df299587 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 14 Feb 2022 14:00:35 -0500 Subject: movement: add moon phase complication --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index b70d7092..cc543a93 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -50,6 +50,7 @@ SRCS += \ ../watch_faces/complication/sunrise_sunset_face.c \ ../watch_faces/complication/countdown_face.c \ ../watch_faces/complication/blinky_face.c \ + ../watch_faces/complication/moon_phase_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