From baf25aaa7a7f8ff673bbe805963b242c0eb52306 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 15 Jan 2022 19:21:39 -0500 Subject: movement: add sunrise/sunset face --- movement/make/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 4910b102..00a086d0 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -17,6 +17,7 @@ INCLUDES += \ -I../watch_faces/thermistor/ \ -I../watch_faces/demos/ \ -I../lib/TOTP-MCU/ \ + -I../lib/sunriset/ \ # If you add any other source files you wish to compile, add them after ../app.c # Note that you will need to add a backslash at the end of any line you wish to continue, i.e. @@ -27,6 +28,7 @@ INCLUDES += \ SRCS += \ ../lib/TOTP-MCU/sha1.c \ ../lib/TOTP-MCU/TOTP.c \ + ../lib/sunriset/sunriset.c \ ../movement.c \ ../watch_faces/clock/simple_clock_face.c \ ../watch_faces/clock/world_clock_face.c \ @@ -45,6 +47,7 @@ SRCS += \ ../watch_faces/complications/day_one_face.c \ ../watch_faces/complications/stopwatch_face.c \ ../watch_faces/complications/totp_face.c \ + ../watch_faces/complications/sunrise_sunset_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