summaryrefslogtreecommitdiffstats
path: root/movement/make/Makefile
diff options
context:
space:
mode:
authorAndrew Mike <logomancer@users.noreply.github.com>2023-01-10 17:02:41 -0500
committerGitHub <noreply@github.com>2023-01-10 17:02:41 -0500
commit280d8b246a60fa49d932bfbc573b93acffd7af29 (patch)
tree14b0895c7d0bef4a96f4b583eca862804994422a /movement/make/Makefile
parent6b71711079bd35cab61356e7b47c27445fd5eee5 (diff)
downloadSensor-Watch-280d8b246a60fa49d932bfbc573b93acffd7af29.tar.gz
Sensor-Watch-280d8b246a60fa49d932bfbc573b93acffd7af29.tar.bz2
Sensor-Watch-280d8b246a60fa49d932bfbc573b93acffd7af29.zip
New watch face: Tally counter (tally_face) (#160)
* Add tally face * Fix copyright block to reflect real author * Fix indentation * More style editing, edited comments * silence warning in tally_face Co-authored-by: Andrew Mike <andrew@7thmagic.net> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make/Makefile')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 680aa42c..a11f49f3 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -83,6 +83,7 @@ SRCS += \
../watch_faces/settings/finetune_face.c \
../watch_faces/complication/databank_face.c \
../watch_faces/complication/tempchart_face.c \
+ ../watch_faces/complication/tally_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.