summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-14 14:00:35 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-14 14:07:52 -0500
commit0fcc60e3889ed0e2b044acba9f5dcec7df299587 (patch)
tree44af019951c9da26836a299edfbe4a65df59220a /movement/make
parent2d9192dff1dcd22951eba73b5f23742a4622e1e6 (diff)
downloadSensor-Watch-0fcc60e3889ed0e2b044acba9f5dcec7df299587.tar.gz
Sensor-Watch-0fcc60e3889ed0e2b044acba9f5dcec7df299587.tar.bz2
Sensor-Watch-0fcc60e3889ed0e2b044acba9f5dcec7df299587.zip
movement: add moon phase complication
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index b70d7092..cc543a93 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -50,6 +50,7 @@ SRCS += \
../watch_faces/complication/sunrise_sunset_face.c \
../watch_faces/complication/countdown_face.c \
../watch_faces/complication/blinky_face.c \
+ ../watch_faces/complication/moon_phase_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.