diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-11-26 13:43:47 -0500 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-11-26 13:43:47 -0500 |
commit | 002d368a25914527015f63967421fd0e7c5bda17 (patch) | |
tree | 81f95271cb047988bc00221291b654232a5f2278 /movement/make/Makefile | |
parent | 4a4ab81c6c11bc159796992590646d9ef8de5f1b (diff) | |
download | Sensor-Watch-002d368a25914527015f63967421fd0e7c5bda17.tar.gz Sensor-Watch-002d368a25914527015f63967421fd0e7c5bda17.tar.bz2 Sensor-Watch-002d368a25914527015f63967421fd0e7c5bda17.zip |
movement: add world clock face
Diffstat (limited to 'movement/make/Makefile')
-rwxr-xr-x | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 4c895322..1118da5d 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -29,6 +29,7 @@ SRCS += \ ../lib/TOTP-MCU/TOTP.c \ ../movement.c \ ../watch_faces/clock/simple_clock_face.c \ + ../watch_faces/clock/world_clock_face.c \ ../watch_faces/settings/preferences_face.c \ ../watch_faces/settings/set_time_face.c \ ../watch_faces/complications/pulsometer_face.c \ |