summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorSlim <slim@pirate.tn>2022-12-02 19:45:53 +0100
committerSlim <slim@pirate.tn>2022-12-02 19:45:53 +0100
commita69547805b54c0c986241386213948416ac0fa1d (patch)
tree2a0be15507fe8f3df434468199da5fec7bc6eacb /movement/make
parent852099e1abeb4886eaa87da71a6735175084c4d5 (diff)
downloadSensor-Watch-a69547805b54c0c986241386213948416ac0fa1d.tar.gz
Sensor-Watch-a69547805b54c0c986241386213948416ac0fa1d.tar.bz2
Sensor-Watch-a69547805b54c0c986241386213948416ac0fa1d.zip
Weeknumber watch face
Same as simple clock, but has iso 8601 week number instead of seconds counter
Diffstat (limited to 'movement/make')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index bf9351eb..52ecbe43 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -43,6 +43,7 @@ SRCS += \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/world_clock_face.c \
../watch_faces/clock/beats_face.c \
+ ../watch_faces/clock/weeknumber_clock_face.c \
../watch_faces/settings/preferences_face.c \
../watch_faces/settings/set_time_face.c \
../watch_faces/sensor/thermistor_readout_face.c \