summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-01-15 19:01:06 -0500
committerGitHub <noreply@github.com>2022-01-15 19:01:06 -0500
commit3be8b03c4fb4f1c48e8c2c90d300fd194ffe0a94 (patch)
tree1130f725ea412737c38c2bd53cfbc8332dfd67d4 /movement/make/Makefile
parent0c68b9fba520d0e28cf570eeeaee4e3207b9e21f (diff)
parent02c84dfd97c5f0d47f0675303bfc5d29738969e6 (diff)
downloadSensor-Watch-3be8b03c4fb4f1c48e8c2c90d300fd194ffe0a94.tar.gz
Sensor-Watch-3be8b03c4fb4f1c48e8c2c90d300fd194ffe0a94.tar.bz2
Sensor-Watch-3be8b03c4fb4f1c48e8c2c90d300fd194ffe0a94.zip
Merge pull request #29 from tahnok/countdown
Countdown
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 4910b102..850d705d 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -45,6 +45,7 @@ SRCS += \
../watch_faces/complications/day_one_face.c \
../watch_faces/complications/stopwatch_face.c \
../watch_faces/complications/totp_face.c \
+ ../watch_faces/complications/countdown_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk