We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3634460 commit 0f5defeCopy full SHA for 0f5defe
movement/make/Makefile
@@ -119,6 +119,7 @@ SRCS += \
119
../watch_faces/complication/toss_up_face.c \
120
../watch_faces/complication/geomancy_face.c \
121
../watch_faces/clock/simple_clock_bin_led_face.c \
122
+ ../watch_faces/complication/menstrual_cycle_face.c \
123
../watch_faces/complication/flashlight_face.c \
124
../watch_faces/clock/decimal_time_face.c \
125
../watch_faces/clock/wyoscan_face.c \
movement/movement_faces.h
@@ -94,6 +94,7 @@
94
#include "geomancy_face.h"
95
#include "dual_timer_face.h"
96
#include "simple_clock_bin_led_face.h"
97
+#include "menstrual_cycle_face.h"
98
#include "flashlight_face.h"
99
#include "decimal_time_face.h"
100
#include "wyoscan_face.h"
0 commit comments