second-movement/watch-faces.mk
2024-09-29 13:27:35 -04:00

10 lines
361 B
Makefile

SRCS += \
./watch-faces/clock/simple_clock_face.c \
./watch-faces/clock/clock_face.c \
./watch-faces/clock/beats_face.c \
./watch-faces/clock/world_clock_face.c \
./watch-faces/complication/countdown_face.c \
./watch-faces/complication/fast_stopwatch_face.c \
./watch-faces/settings/set_time_face.c \
./watch-faces/settings/preferences_face.c \