summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authorWesley Ellis <tahnok@gmail.com>2022-04-06 14:33:24 -0400
committerGitHub <noreply@github.com>2022-04-06 14:33:24 -0400
commit1ec1f2e4207405d55c34c936e2c458cb4a7e8806 (patch)
treec60cb4c00053f2551cf1b19c983c3d95f7bd8095 /movement/make/Makefile
parentdd3e6c5fc37fe2dd42808797400406867e204d7d (diff)
downloadSensor-Watch-1ec1f2e4207405d55c34c936e2c458cb4a7e8806.tar.gz
Sensor-Watch-1ec1f2e4207405d55c34c936e2c458cb4a7e8806.tar.bz2
Sensor-Watch-1ec1f2e4207405d55c34c936e2c458cb4a7e8806.zip
Add tomato face: a pomodoro style timer (#61)
Diffstat (limited to 'movement/make/Makefile')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 1e529954..0f1e711a 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -57,6 +57,7 @@ SRCS += \
../watch_faces/complication/moon_phase_face.c \
../watch_faces/complication/orrery_face.c \
../watch_faces/complication/astronomy_face.c \
+ ../watch_faces/complication/tomato_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.