summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'movement/make/Makefile')
-rw-r--r--movement/make/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 625c7729..faeaa6b8 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -49,6 +49,8 @@ SRCS += \
../../littlefs/lfs_util.c \
../movement.c \
../filesystem.c \
+ ../shell.c \
+ ../shell_cmd_list.c \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/world_clock_face.c \
../watch_faces/clock/beats_face.c \
@@ -118,6 +120,14 @@ SRCS += \
../watch_faces/complication/flashlight_face.c \
../watch_faces/clock/decimal_time_face.c \
../watch_faces/clock/wyoscan_face.c \
+ ../watch_faces/settings/save_load_face.c \
+ ../watch_faces/clock/day_night_percentage_face.c \
+ ../watch_faces/complication/simple_coin_flip_face.c \
+ ../watch_faces/complication/solstice_face.c \
+ ../watch_faces/complication/couch_to_5k_face.c \
+ ../watch_faces/clock/minute_repeater_decimal_face.c \
+ ../watch_faces/complication/tuning_tones_face.c \
+ ../watch_faces/complication/kitchen_conversions_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.