diff options
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |